PSM.bayspline.estimate

Estimates UK37 values from sea surface temperatures


Syntax



Description

[UK37, R] = obj.estimate(SST)

Runs the BaySpline forward model on a set of SSTs. Returns an estimate of UK37 values and optionally estimates uncertainties for the estimated values.


Input Arguments

SST

numeric array [1 x nMembers x nEvolving]
Sea surface temperatures used as input for the BaySpline PSM.

Output Arguments

UK37

numeric matrix [1 x nMembers x nEvolving]
UK37 estimates generated from the SST values using the BaySpline forward model.

R

numeric matrix [1 x nMembers x nEvolving]
Uncertainty estimates for each UK37 value.