@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="https://doi.org/10.1214/aos/1176343247", bibkey="doi:10.1214/aos/1176343247") public class HillEstimator extends java.lang.Object implements IntrinsicDimensionalityEstimator
Reference:
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<?,? super A> adapter,
int end)
Estimate from a distance list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountLeadingZeros, estimate, estimate, estimate, estimate, estimatepublic static final HillEstimator STATIC
public <A> double estimate(A data,
NumberArrayAdapter<?,? super A> adapter,
int end)
IntrinsicDimensionalityEstimatorestimate in interface IntrinsicDimensionalityEstimatorA - array typedata - Dataadapter - Array adapterend - LengthCopyright © 2019 ELKI Development Team. License information.