DescStatUV.ci_skew()

statsmodels.emplike.descriptive.DescStatUV.ci_skew

DescStatUV.ci_skew(sig=0.05, upper_bound=None, lower_bound=None) [source]

Returns the confidence interval for skewness.

Parameters:

sig : float

The significance level. Default is .05

upper_bound : float

Maximum value of skewness the upper limit can be. Default is .99 confidence limit assuming normality.

lower_bound : float

Minimum value of skewness the lower limit can be. Default is .99 confidence level assuming normality.

Returns:

Interval : tuple

Confidence interval for the skewness

Notes

If function returns f(a) and f(b) must have different signs, consider expanding lower and upper 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_skew.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部