W3cubDocs

/Statsmodels

statsmodels.stats.stattools.expected_robust_kurtosis

statsmodels.stats.stattools.expected_robust_kurtosis(ab=(5.0, 50.0), dg=(2.5, 25.0)) [source]

Calculates the expected value of the robust kurtosis measures in Kim and White assuming the data are normally distributed.

Parameters:
  • ab (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
  • db (iterable, 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
Returns:

ekr – Contains the expected values of the 4 robust kurtosis measures

Return type:

array, 4-element

Notes

See robust_kurtosis for definitions of the robust kurtosis measures

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.stats.stattools.expected_robust_kurtosis.html