Class UnscentedEvolution

java.lang.Object
org.hipparchus.filtering.kalman.unscented.UnscentedEvolution

public class UnscentedEvolution extends Object
Container for unscented process evolution data.
Since:
2.2
See Also:
  • Constructor Details Link icon

    • UnscentedEvolution Link icon

      public UnscentedEvolution(double currentTime, RealVector[] currentStates)
      Constructor.
      Parameters:
      currentTime - current time
      currentStates - state vectors at current time
  • Method Details Link icon

    • getCurrentTime Link icon

      public double getCurrentTime()
      Get current time.
      Returns:
      current time
    • getCurrentStates Link icon

      public RealVector[] getCurrentStates()
      Get current states.
      Returns:
      current states