IMSL C# Numerical Library

KalmanFilter.GetCovB Method 

Returns the mean squared error matrix for b divided by sigma squared.

public double[,] GetCovB();

Return Value

A double matrix of size b.Length by b.Length such that covb * \sigma^2 is the mean squared error matrix for b.

See Also

KalmanFilter Class | Imsl.Stat Namespace