Interface IncrementalEstimator

    • Method Detail

      • addValue

        void addValue​(double data,
                      double weight)
        Add one value to the current estimator.
        Parameters:
        data - the new data value
        weight - the weight assigned to the data value