@Reference(authors="B. M. Hill", title="A simple general approach to inference about the tail of a distribution", booktitle="The annals of statistics 3(5)", url="http://dx.doi.org/10.1214/aos/1176343247") public class HillEstimator extends AbstractIntrinsicDimensionalityEstimator
B. M. Hill
A simple general approach to inference about the tail of a distribution
The annals of statistics 3(5)
Modifier and Type | Class and Description |
---|---|
static class |
HillEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static HillEstimator |
STATIC
Static instance.
|
Constructor and Description |
---|
HillEstimator() |
Modifier and Type | Method and Description |
---|---|
<A> double |
estimate(A data,
NumberArrayAdapter<?,A> adapter,
int len)
Estimate from a distance list.
|
estimate, estimate, estimate
public static final HillEstimator STATIC
public <A> double estimate(A data, NumberArrayAdapter<?,A> adapter, int len)
IntrinsicDimensionalityEstimator
A
- array typedata
- Dataadapter
- Array adapterlen
- LengthCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.