Constructor for KalmanFilter.
double array containing the estimated state vector. double matrix of size b.Length by b.Length such that covb * 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 *
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