public interface Measurement
Modifier and Type | Method | Description |
---|---|---|
RealMatrix |
getCovariance() |
Get the measurement covariance.
|
double |
getTime() |
Get the process time.
|
RealVector |
getValue() |
Get the measurement vector.
|
double getTime()
RealVector getValue()
RealMatrix getCovariance()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.