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

Why UKF‘s results are "nan" in the Loreanz attractor with Noisy non-linear observations ? #35

Open
FongT8 opened this issue Feb 27, 2024 · 1 comment

Comments

@FongT8
Copy link

FongT8 commented Feb 27, 2024

Dear Authors,

I have a question about it. Why UKF‘s results are "nan" in the Loreanz attractor with Noisy non-linear observations ?

Looking forward to your reply. Thank you!

Best wishes!

@XiaoyongNI
Copy link
Collaborator

'nan' is possibly due to the exceed of Python's largest number limit. When the trakectory length T is long + both f() and h() are highly non-linear + the noise variances Q and R are high, the setting becomes very difficult for UKF to accurately predict. In this case, if we calculate square loss accumulated over the long trajectory, it may easily become a very large number.

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

2 participants