Click or drag to resize

UberEstimator Class

The Über-Statistical-Estimator implementing a staged, present leaning, truncated average. Staged similar to the remedian for efficient computation in case of a large number of samples, present leaning with weights to get a preference for more current values, going into the direction of a sliding average, truncated average to achieve resilience against outliers (compared to the average), and to not underestimate the volume (compared to the median in case about half of the values are small).
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrUberEstimator

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class UberEstimator

The UberEstimator type exposes the following members.

Constructors
  NameDescription
Public methodUberEstimator
Initializes a new instance of the UberEstimator class
Top
Methods
  NameDescription
Public methodAdd
Public methodGet
Top
See Also