Uses of Class
com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor.IntervalDetectorThresholdFactorOptimizerException

  • Uses of IntervalDetectorThresholdFactorOptimizerException in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor

    Modifier and Type
    Method
    Description
    protected double
    AccelerometerAndGyroscopeIntervalDetectorThresholdFactorOptimizer.evaluateForThresholdFactor(double thresholdFactor)
    Evaluates calibration Mean Square Error (MSE) for the provided threshold factor.
    protected double
    AccelerometerGyroscopeAndMagnetometerIntervalDetectorThresholdFactorOptimizer.evaluateForThresholdFactor(double thresholdFactor)
    Evaluates calibration Mean Square Error (MSE) for the provided threshold factor.
    protected double
    AccelerometerIntervalDetectorThresholdFactorOptimizer.evaluateForThresholdFactor(double thresholdFactor)
    Evaluates calibration Mean Square Error (MSE) for the provided threshold factor.
    protected double
    GyroscopeIntervalDetectorThresholdFactorOptimizer.evaluateForThresholdFactor(double thresholdFactor)
    Evaluates calibration Mean Square Error (MSE) for the provided threshold factor.
    protected double
    MagnetometerIntervalDetectorThresholdFactorOptimizer.evaluateForThresholdFactor(double thresholdFactor)
    Evaluates calibration Mean Square Error (MSE) for the provided threshold factor.
    double
    BracketedAccelerometerAndGyroscopeIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    BracketedAccelerometerGyroscopeAndMagnetometerIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    BracketedAccelerometerIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    BracketedGyroscopeIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    BracketedMagnetometerIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    ExhaustiveAccelerometerAndGyroscopeIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    ExhaustiveAccelerometerGyroscopeAndMagnetometerIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    ExhaustiveAccelerometerIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    ExhaustiveGyroscopeIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    double
    ExhaustiveMagnetometerIntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.
    abstract double
    IntervalDetectorThresholdFactorOptimizer.optimize()
    Optimizes the threshold factor for a static interval detector or measurement generator to minimize MSE (Minimum Squared Error) of estimated calibration parameters.