DescStatUV.ci_kurt(sig=0.05, upper_bound=None, lower_bound=None) [source]
Returns the confidence interval for kurtosis.
| Parameters: |
|
|---|---|
| Returns: |
Interval – Lower and upper confidence limit |
| Return type: |
tuple |
For small n, upper_bound and lower_bound may have to be provided by the user. Consider using test_kurt to find values close to the desired significance level.
If function returns f(a) and f(b) must have different signs, consider expanding the bounds.
© 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.emplike.descriptive.DescStatUV.ci_kurt.html