
@Reference(authors="M. Kratz and S. I. Resnick", title="On Least Squares Estimates of an Exponential Tail Coefficient", booktitle="Statistics & Risk Modeling. Band 14, Heft 4", url="http://dx.doi.org/10.1524/strm.1996.14.4.353") public class ZipfEstimator extends AbstractIntrinsicDimensionalityEstimator
M. Kratz and S. I. Resnick
The QQ-estimator and heavy tails.
Stochastic Models, 12(4), 699-724.
J. Schultze and J. Steinebach
On Least Squares Estimates of an Exponential Tail Coefficient
Statistics & Risk Modeling. Band 14, Heft 4
J. Beirlant and G. Dierckx and A. Guillou
Estimation of the extreme-value index and generalized quantile plots.
Bernoulli, 11(6), 949-970.
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipfEstimator.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static ZipfEstimator |
STATIC
Static instance.
|
| Constructor and Description |
|---|
ZipfEstimator() |
| Modifier and Type | Method and Description |
|---|---|
<A> double |
estimate(A data,
NumberArrayAdapter<?,A> adapter,
int len)
Estimate from a distance list.
|
estimate, estimate, estimatepublic static final ZipfEstimator STATIC
public <A> double estimate(A data,
NumberArrayAdapter<?,A> adapter,
int len)
IntrinsicDimensionalityEstimatorA - array typedata - Dataadapter - Array adapterlen - LengthCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.