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.0.0

Syntax

C#
public double[] GetStateVector()
Visual Basic (Declaration)
Public Function GetStateVector As Double()
Visual C++
public:
array<double>^ GetStateVector()

Return Value

A double array containing the estimated state vector at time k + 1 given the observations through time k.

See Also