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