Click or drag to resize
KalmanFilterGetStateVector Method
Returns the estimated state vector at time k + 1 given the observations through time k.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetStateVector()

Return Value

Type: Double
A double array containing the estimated state vector at time k + 1 given the observations through time k.
See Also