T - the type of the measurementpublic interface EstimationModifier<T extends ObservedMeasurement<T>>
Modifiers are used to take some physical corrections into account in
the theoretical measurement model. They can be
used to model for example:
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
List<ParameterDriver> getParametersDrivers()
void modify(EstimatedMeasurement<T> estimated)
estimated - estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.