Package | Description |
---|---|
org.hipparchus.filtering.kalman |
Kalman filter.
|
org.hipparchus.filtering.kalman.extended |
Kalman filter implementation for non-linear processes.
|
org.hipparchus.filtering.kalman.linear |
Kalman filter implementation for linear processes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKalmanFilter<T extends Measurement>
Shared parts between linear and non-linear Kalman filters.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedKalmanFilter<T extends Measurement>
Kalman filter for
non-linear process . |
Modifier and Type | Class and Description |
---|---|
class |
LinearKalmanFilter<T extends Measurement>
Kalman filter for
linear process . |
Copyright © 2016-2021 CS GROUP. All rights reserved.