@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, waitcountLeadingZeros, estimate, estimate, estimate, estimate, estimatepublic static final AggregatedHillEstimator 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.