PSM.Interface.estimate

Generate proxy estimate by running a forward model


Syntax



Description

Y = obj.estimate(X)

Generate proxy estimates by running a forward model on values from a state vector ensemble.

[Y, R] = obj.estimate(X)

If supported, also estimate proxy uncertainties from the forward model.


Input Arguments

X

numeric array [? x nMembers x nEvolving]
The values from a state vector ensemble needed to run the forward model

Output Arguments

Y

numeric matrix [1 x nMembers x nEvolving]
Proxy estimates generated by running the forward model

R

numeric matrix [1 x nMembers x nEvolving]
Uncertainty estimates generated by running the forward model