-
Notifications
You must be signed in to change notification settings - Fork 20
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
O3.7.2 Implement ETKI for high-dimensional output scaling benefits #299
Comments
It seems that this issue has come up for ParameterEstimocean: CliMA/ParameterEstimocean.jl#84 |
I was unaware they had been encountering this issue... Indeed most of these filters etc can avoid building the covariance matrices, although if I recall the scaling might In any case, I will create a milestone towards this as it is something that has been encountered! Thanks for drawing our attention to this |
Chapter 8.5 & 8.9 of "Data Assimilation Fundamentals" Evensen, Vossepoel, Jan Van Leeuwen Might be useful for the linear algebra |
@costachris this thread will track the high-dim output EKI |
Tasks
Probably won't be an issue in the near future, but I believe that EKI as currently implemented is O(p^3), where p is the observation dimension. However, based on the idea of ensemble square-root Kalman filters, this can be reduced to O(p). I think that some of the EKI variants implemented in Huang et al. (2022) have this property.
The text was updated successfully, but these errors were encountered: