dash.posteriorCalculation.Interface.calculate
Performs a calculation using the update ensemble mean and deviations
Syntax
Description
Performs a calculation using the updated ensemble deviations and mean. Returns the result of the calculation.
Input Arguments
Adev
numeric matrix [nState x nMembers]
An updated set of ensemble deviations
Amean
numeric matrix [nState x nTime]
The updated ensemble mean in all time steps that use the updated set of ensemble deviations
Output Arguments
value
numeric array
The result of the calculation. The size of the value should match the size indicated by the “outputSize” method.