-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive localization with AdaptiveESMDA (#168)
Added AdaptiveESMDA class in experimental.py. * full implementation with dying realizations * generalized to more parameter groups * base case for ESMDA. tests for adaptive localization * added masking to notebook after discussion with team * added groupby_indices function * updated code with masking of Y. added tests * added test for ESMDA vs. SIES with one iteration * simplified perturb_observations() argument from 'size' to 'ensemble_size' * run test_that_ESMDA_and_SIES_produce_same_result_with_one_step() with 10 seeds * moved example for adaptive localization to a test * doctests. renaming method. docstring for assimilate() * compute cov(Y, Y) once, then index on it * review nitpick + correction_threshold arg can now be float * simplified code using np.array_split --------- Co-authored-by: Tommy Odland <tommy.odland> Co-authored-by: Feda Curic <feda.curic@gmail.com>
- Loading branch information
Showing
4 changed files
with
808 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.