@Reference(authors="R. Huisman, K. G. Koedijk, C. J. M. Kool, F. Palm", title="Tail-Index Estimates in Small Samples", booktitle="Journal of Business & Economic Statistics", url="https://doi.org/10.1198/073500101316970421", bibkey="doi:10.1198/073500101316970421") public class AggregatedHillEstimator extends java.lang.Object implements IntrinsicDimensionalityEstimator
Reference:
R. Huisman, K. G. Koedijk, C. J. M. Kool, F. Palm
Tail-Index Estimates in Small Samples
Journal of Business and Economic Statistics
Modifier and Type | Class and Description |
---|---|
static class |
AggregatedHillEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static AggregatedHillEstimator |
STATIC
Static instance.
|
Constructor and Description |
---|
AggregatedHillEstimator() |
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, wait
countLeadingZeros, estimate, estimate, estimate, estimate, estimate
public static final AggregatedHillEstimator STATIC
public <A> double estimate(A data, NumberArrayAdapter<?,? super A> adapter, int end)
IntrinsicDimensionalityEstimator
estimate
in interface IntrinsicDimensionalityEstimator
A
- array typedata
- Dataadapter
- Array adapterend
- LengthCopyright © 2019 ELKI Development Team. License information.