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

Consider standardising the data internally #206

Closed
juliohm opened this issue Oct 8, 2020 · 3 comments
Closed

Consider standardising the data internally #206

juliohm opened this issue Oct 8, 2020 · 3 comments

Comments

@juliohm
Copy link
Contributor

juliohm commented Oct 8, 2020

I've noticed that the results are sensitive to scaling. If we have a time series z, maybe it is good idea to operate on (z .- mean(z)) ./ std(z), and undo the normalisation before returning? The results can be drastically different otherwise depending on the units chosen.

@guilhermebodin
Copy link
Member

Actually I think the results become different because of the filter initialization. We use big kappa approximation for filter initialization but there is an algorithm that performs an exact initialization of the Kalman filter.

@juliohm
Copy link
Contributor Author

juliohm commented Oct 8, 2020

Nice. Good to know the issue is in your radar already 👍

@guilhermebodin
Copy link
Member

Closing because it is related to #60

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