-
Notifications
You must be signed in to change notification settings - Fork 21
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
Illogical OFV when xts have a lot of significant digits #57
Comments
It is especially surprising because when you remove the 10^-5 added to every time-point and set ourzero to 0 the OFVs make sense again.
Full code:
|
Hi Vincent, I agree this is a surprising result and seems to have something to do with the "ourzero" functionality. I'll take a look and get back to you. Andy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am having an issue with the following code.
I have two poped.db that differ only by 1 sampling time (xt). poped.db one having an additional sample at t=10^-5.
poped.db$design$xt
poped.db2$design$xt
So in theory, the ofv of poped.db should be equal or better than the ofv of poped.db2 but in practice :
evaluate_design(poped.db)
evaluate_design(poped.db2)
Could there be a problem with comptation of the fim when xt have a lot of significant digits ?
Full code:
The text was updated successfully, but these errors were encountered: