IMSL C# Numerical Library

KalmanFilter.GetStateVector Method 

Returns the estimated state vector at time k + 1 given the observations through time k.

public double[] GetStateVector();

Return Value

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

See Also

KalmanFilter Class | Imsl.Stat Namespace