T - the type of the measurementpublic class DynamicOutlierFilter<T extends ObservedMeasurement<T>> extends OutlierFilter<T>
| Constructor and Description |
|---|
DynamicOutlierFilter(int warmup,
double maxSigma)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getSigma()
Get the current value of sigma.
|
void |
modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
void |
setSigma(double[] sigma)
Set the current value of sigma.
|
getMaxSigma, getParametersDrivers, getWarmuppublic DynamicOutlierFilter(int warmup,
double maxSigma)
warmup - number of iterations before with filter is not appliedmaxSigma - detection limit for outlierpublic double[] getSigma()
public void setSigma(double[] sigma)
sigma - The value of sigma to setpublic void modify(EstimatedMeasurement<T> estimated)
modify in interface EstimationModifier<T extends ObservedMeasurement<T>>modify in class OutlierFilter<T extends ObservedMeasurement<T>>estimated - estimated measurement to modifyCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.