Class OutlierFilter<T extends ObservedMeasurement<T>>

    • Constructor Detail

      • OutlierFilter

        public OutlierFilter​(int warmup,
                             double maxSigma)
        Simple constructor.
        Parameters:
        warmup - number of iterations before with filter is not applied
        maxSigma - detection limit for outliers.
    • Method Detail

      • getWarmup

        protected int getWarmup()
        Get the value of warmup iterations.
        Returns:
        the value of warmup iterations
      • getMaxSigma

        protected double getMaxSigma()
        Get the value of the outlier detection limit.
        Returns:
        the value of the outlier detection limit