Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT use this lib #5

Open
foxgarden opened this issue Sep 13, 2017 · 0 comments
Open

DO NOT use this lib #5

foxgarden opened this issue Sep 13, 2017 · 0 comments

Comments

@foxgarden
Copy link

getMApara() in ARMAMath.java has some serious defects, which leads this program cannot get MA para.

  1. maPara and tempmaPara point to same mem area, which is not correct.
  2. in some case, the "while" loop will cause endless loop.
  3. if(maPara[i]!=tempmaPara[i]) should not compare two double values using "!=" in Java.
  4. ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant