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