public class ProcessEstimate extends Object
Constructor | Description |
---|---|
ProcessEstimate(double time,
RealVector state,
RealMatrix covariance) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
RealMatrix |
getCovariance() |
Get the state covariance.
|
RealVector |
getState() |
Get the state vector.
|
double |
getTime() |
Get the process time.
|
public ProcessEstimate(double time, RealVector state, RealMatrix covariance)
time
- process time (typically the time or index of a measurement)state
- state vectorcovariance
- state covariancepublic double getTime()
public RealVector getState()
public RealMatrix getCovariance()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.