Class ExhaustiveAccelerometerIntervalDetectorThresholdFactorOptimizer

All Implemented Interfaces:
com.irurueta.navigation.inertial.calibration.AccelerometerBiasUncertaintySource, com.irurueta.navigation.inertial.calibration.AccelerometerCalibrationSource, com.irurueta.navigation.inertial.calibration.AccelerometerNoiseRootPsdSource

public class ExhaustiveAccelerometerIntervalDetectorThresholdFactorOptimizer extends AccelerometerIntervalDetectorThresholdFactorOptimizer
Optimizes the threshold factor for interval detection of accelerometer data based on results of calibration. Only accelerometer calibrators based on unknown orientation are supported (in other terms, calibrators must be AccelerometerNonLinearCalibrator and must support AccelerometerCalibratorMeasurementType.STANDARD_DEVIATION_BODY_KINEMATICS). This implementation makes an exhaustive search between minimum and maximum threshold factor values to find the threshold value that produces the minimum Mean Square Error (MSE) for calibration parameters.