Package org.jlab.rec.rtpc.KalmanFilter
Class KFitter
java.lang.Object
org.jlab.rec.rtpc.KalmanFilter.KFitter
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionKFitter(org.apache.commons.math3.linear.RealVector initialStateEstimate, org.apache.commons.math3.linear.RealMatrix initialErrorCovariance, Stepper stepper, Propagator propagator) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidorg.apache.commons.math3.linear.RealVectorReturns a copy of the current state estimation vector.void
- 
Field Details- 
stepper
- 
chi2public double chi2
 
- 
- 
Constructor Details- 
KFitterpublic KFitter(org.apache.commons.math3.linear.RealVector initialStateEstimate, org.apache.commons.math3.linear.RealMatrix initialErrorCovariance, Stepper stepper, Propagator propagator) 
 
- 
- 
Method Details- 
predict- Throws:
- Exception
 
- 
correct
- 
getStateEstimationVectorpublic org.apache.commons.math3.linear.RealVector getStateEstimationVector()Returns a copy of the current state estimation vector.- Returns:
- the state estimation vector
 
 
-