@Reference(authors="R. Huisman and K. G. Koedijk and C. J. M. Kool and F. Palm", title="Tail-Index Estimates in Small Samples", booktitle="Journal of Business & Economic Statistics", url="http://dx.doi.org/10.1198/073500101316970421") public class AggregatedHillEstimator extends AbstractIntrinsicDimensionalityEstimator
R. Huisman and K. G. Koedijk and C. J. M. Kool and F. Palm
Tail-Index Estimates in Small Samples
Journal of Business & 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<?,A> adapter,
int len)
Estimate from a distance list.
|
estimate, estimate, estimate
public static final AggregatedHillEstimator 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.