Click or drag to resize
KalmanFilterGetCovB Method
Returns the mean squared error matrix for b divided by sigma squared.

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

Return Value

Type: Double
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