 | 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 HierarchySystemObject
de.unika.ipd.grGen.libGrUberEstimator
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic class UberEstimator
The UberEstimator type exposes the following members.
Constructors
| Name | Description |
---|
 | UberEstimator | Initializes a new instance of the UberEstimator class |
Top
Methods
See Also