satyaprakashere / Kalman-Filter

Kalman Filter implementation in Java
0 stars 0 forks source link

Initial state can not be part of process model #1

Open NightFury37 opened 8 years ago

NightFury37 commented 8 years ago
public DoubleMatrix getInitialErrorCovarience();
public DoubleVector getInitialStateEstimate();

methods are in ProcessModel.java they should be provided to constructor of KalmanFilter

satyaprakashere commented 8 years ago

fixed (y)