public class ExtremalIndexByClusterSizeReciprocal extends Object implements ExtremalIndexEstimation
ClusterAnalyzer| Constructor and Description |
|---|
ExtremalIndexByClusterSizeReciprocal(double threshold) |
ExtremalIndexByClusterSizeReciprocal(double threshold,
int intervalLength)
Create an instance with the given threshold and clustering interval length.
|
| Modifier and Type | Method and Description |
|---|---|
double |
value(double[] observations)
Estimate the extremal index with the given observations from a distribution.
|
public ExtremalIndexByClusterSizeReciprocal(double threshold)
public ExtremalIndexByClusterSizeReciprocal(double threshold,
int intervalLength)
threshold - the threshold valueintervalLength - the clustering interval lengthpublic double value(double[] observations)
ExtremalIndexEstimationvalue in interface ExtremalIndexEstimationobservations - the observationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.