Class UnscentedEvolution
java.lang.Object
org.hipparchus.filtering.kalman.unscented.UnscentedEvolution
Container for
unscented process
evolution data.- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorDescriptionUnscentedEvolution
(double currentTime, RealVector[] currentStates, RealMatrix processNoiseMatrix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet current states.double
Get current time.Get process noise.
-
Constructor Details
-
UnscentedEvolution
public UnscentedEvolution(double currentTime, RealVector[] currentStates, RealMatrix processNoiseMatrix) Constructor.- Parameters:
currentTime
- current timecurrentStates
- state vectors at current timeprocessNoiseMatrix
- process noise matrix
-
-
Method Details
-
getCurrentTime
public double getCurrentTime()Get current time.- Returns:
- current time
-
getCurrentStates
Get current states.- Returns:
- current states
-
getProcessNoiseMatrix
Get process noise.- Returns:
- process noise
-