Returns a plot of the confidence region for a univariate mean and variance.
mu_low : float
Lowest value of the mean to plot
mu_high : float
Highest value of the mean to plot
var_low : float
Lowest value of the variance to plot
var_high : float
Highest value of the variance to plot
mu_step : float
Increments to evaluate the mean
var_step : float
levs : list
Which values of significance the contour lines will be drawn. Default is [.2, .1, .05, .01, .001]
fig : matplotlib figure instance
The contour plot
statsmodels.emplike.descriptive.DescStatUV.ci_var
statsmodels.emplike.descriptive.DescStatUV.test_joint_skew_kurt
Enter search terms or a module, class or function name.