![]() |
Constructor for KalmanFilter . |
![]() | Returns the natural log of the product of the nonzero eigenvalues of P where P * sigma2 is the variance-covariance matrix of the observations. |
![]() | Returns the rank of the variance-covariance matrix for all the observations. |
![]() | Returns the generalized sum of squares. |
![]() | The tolerance used in determining linear dependence. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Performs Kalman filtering and evaluates the likelihood function for the state-space model. |
![]() | Returns the mean squared error matrix for b divided by sigma squared. |
![]() | Returns the variance-covariance matrix of v dividied by sigma squared. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the one-step-ahead prediction error. |
![]() | Returns the estimated state vector at time k + 1 given the observations through time k. |
![]() | Gets the Type of the current instance. |
![]() | Removes the Q matrix. |
![]() | Removes the transition matrix. |
![]() | Do not perform computation of the update equations. |
![]() | Sets the Q matrix. |
![]() | Sets the transition matrix. |
![]() | Returns a String that represents the current Object. |
![]() | Performs computation of the update equations. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
KalmanFilter Class | Imsl.Stat Namespace | Example