接口 Measurement
- 所有已知实现类:
-
SimpleMeasurement
public interface Measurement
Interface defining a measurement on process.
- 从以下版本开始:
- 1.3
-
方法详细资料
-
getTime
double getTime()获取过程时间。- 返回:
- 过程时间(通常是测量的时间或索引)
-
getValue
RealVector getValue()获取测量向量。- 返回:
- 测量向量
-
getCovariance
RealMatrix getCovariance()获取测量协方差。- 返回:
- 测量协方差
-