IMSL C# Numerical Library

KalmanFilter.SetTransitionMatrix Method 

Sets the transition matrix.

public void SetTransitionMatrix(
   double[,] t
);

Parameters

t
A double matrix containing the b.Length by b.Length transition matrix in the state equation.

Remarks

By default, t = identity matrix.

See Also

KalmanFilter Class | Imsl.Stat Namespace