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

    • UnscentedEvolution

      public UnscentedEvolution(double currentTime, RealVector[] currentStates, RealMatrix processNoiseMatrix)
      Constructor.
      Parameters:
      currentTime - current time
      currentStates - state vectors at current time
      processNoiseMatrix - process noise matrix
  • Method Details

    • getCurrentTime

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

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

      public RealMatrix getProcessNoiseMatrix()
      Get process noise.
      Returns:
      process noise