statsmodels.stats.stattools.robust_kurtosis¶
- statsmodels.stats.stattools.robust_kurtosis(y, axis=0, ab=(5.0, 50.0), dg=(2.5, 25.0), excess=True)[source]¶
Calculates the four kurtosis measures in Kim & White
- Parameters:
- yarray_like
Data to compute use in the estimator.
- axis
int
orNone
,optional
Axis along which the kurtosis are computed. If None, the entire array is used.
- a iterable, optional
Contains 100*(alpha, beta) in the kr3 measure where alpha is the tail quantile cut-off for measuring the extreme tail and beta is the central quantile cutoff for the standardization of the measure
- dbiterable,
optional
Contains 100*(delta, gamma) in the kr4 measure where delta is the tail quantile for measuring extreme values and gamma is the central quantile used in the the standardization of the measure
- excessbool,
optional
If true (default), computed values are excess of those for a standard normal distribution.
- Returns:
Notes
The robust kurtosis measures are defined
where
is the estimated quantile at .