Constructor for KalmanFilter
.
double
array containing the estimated state vector. double
matrix of size b.Length
by b.Length
such that covb
* is the mean squared error matrix for b
. int
scalar containing the rank of the variance-covariance matrix for all the observations. double
scalar containing the generalized sum of squares. double
scalar containing the natural log of the product of the nonzero eigenvalues of P where P
* is the variance-covariance matrix of the observations.
b
is the estimated state vector at time k
given the observations through time k
-1.
Exception Type | Condition |
---|---|
ArgumentException | is thrown if the dimensions of b , and covb are not consistent |
KalmanFilter Class | Imsl.Stat Namespace