IMSL C# Numerical Library

KalmanFilter.GetCovV Method 

Returns the variance-covariance matrix of v dividied by sigma squared.

public double[,] GetCovV();

Return Value

A double matrix containing a y.length by y.Length matrix such that covv * \sigma^2 is the variance-covariance matrix of v.

See Also

KalmanFilter Class | Imsl.Stat Namespace