类 UnscentedKalmanFilter<T extends Measurement>

java.lang.Object
org.hipparchus.filtering.kalman.unscented.UnscentedKalmanFilter<T>
类型参数:
T - 测量的类型
所有已实现的接口:
KalmanFilter<T>

public class UnscentedKalmanFilter<T extends Measurement> extends Object implements KalmanFilter<T>
无痕卡尔曼滤波器用于无痕过程
从以下版本开始:
2.2
另请参阅:
  • "Wan, E. A., & Van Der Merwe, R. (2000, October). The unscented Kalman filter for nonlinear estimation. In Proceedings of the IEEE 2000 Adaptive Systems for Signal Processing, Communications, and Control Symposium (Cat. No. 00EX373) (pp. 153-158)"