类 Reference
java.lang.Object
org.hipparchus.filtering.kalman.Reference
-
方法概要
修饰符和类型方法说明voidcheckCovariance(RealMatrix otherCovariance, double tolerance) voidcheckInnovationCovariance(RealMatrix otherInnovationCovariance, double tolerance) voidcheckKalmanGain(RealMatrix otherKalmanGain, double tolerance) voidcheckMeasurementJacobian(RealMatrix otherMeasurementJacobian, double tolerance) voidcheckState(RealVector otherState, double tolerance) voidcheckStateTransitionMatrix(RealMatrix otherSTM, double tolerance) doublegetTime()getZ()booleanloadReferenceData(int stateDimension, int measurementDimension, String name) booleansameTime(double otherTime)
-
方法详细资料
-
loadReferenceData
-
sameTime
public boolean sameTime(double otherTime) -
checkState
-
checkCovariance
-
hasIntermediateData
public boolean hasIntermediateData() -
checkStateTransitionMatrix
-
checkMeasurementJacobian
-
checkInnovationCovariance
-
checkKalmanGain
-
getTime
public double getTime() -
getZ
-