optimalSensor.estimates

Provide observation estimates for an optimal sensor


Syntax



Description

obj = obj.estimates(Ye)

Provide a set of observation estimates (Ye) to an optimal sensor. The estimates should be a numeric matrix. Each row holds the estimates for a particular observation site, and each column holds the estimates for a particular ensemble members. The estimates cannot contain NaN values.

Ye = obj.estimates

Returns the current estimates for an optimal sensor object.

obj = obj.estimates(‘delete’)

Deletes any current estimates from the optimal sensor.


Input Arguments

Ye

numeric matrix [nSite x nMembers]
Proxy estimates for the optimal sensor. A numeric matrix with one row and one column per ensemble member. NaN values are not permitted.

Output Arguments

obj

scalar optimalSensor object
The optimal sensor with an updated prior

Ye

numeric matrix [nSite x nMembers] | []
The current estimates for the optimal sensor. If there are no estimates, returns an empty array.