You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When normalizing inputs from input–output pairs that come from EKI, if m (ensemble size) is less than p (number of parameters), then cov(get_inputs(input_output_pairs), dims = 2) in Emulators.jl is rank-deficient, which causes problems when it is inverted in order to normalize the inputs. Note that even if there are multiple EKI iterations, assuming no localization or additive inflation is applied, then each iteration will still be in the same subspace as the initial ensemble.
As an alternative, the normalization could be performed in the ensemble subspace.
The text was updated successfully, but these errors were encountered:
When normalizing inputs from input–output pairs that come from EKI, if
m
(ensemble size) is less thanp
(number of parameters), thencov(get_inputs(input_output_pairs), dims = 2)
in Emulators.jl is rank-deficient, which causes problems when it is inverted in order to normalize the inputs. Note that even if there are multiple EKI iterations, assuming no localization or additive inflation is applied, then each iteration will still be in the same subspace as the initial ensemble.As an alternative, the normalization could be performed in the ensemble subspace.
The text was updated successfully, but these errors were encountered: