-
Notifications
You must be signed in to change notification settings - Fork 14
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
MA1() needs initial values #222
Comments
To help us understand what happens, can you try to do a permutation of the stochastic processes when you define the model? e.g., change Does the issue persist? |
Following example:
shows that error occurs independent of permutation or initial values available or not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The moving average model needs initial values. Otherwise, following error occurs:
error: Mat::operator(): index out of bounds
However, for
auto_imu
initial values seem not to be considered. The above error occurs in any case.The text was updated successfully, but these errors were encountered: