statsmodels.emplike.descriptive.DescStatUV.plot_contour

DescStatUV.plot_contour(mu_low, mu_high, var_low, var_high, mu_step, var_step, levs=[0.2, 0.1, 0.05, 0.01, 0.001])[source]

Returns a plot of the confidence region for a univariate mean and variance.

Parameters:
mu_lowfloat

Lowest value of the mean to plot

mu_highfloat

Highest value of the mean to plot

var_lowfloat

Lowest value of the variance to plot

var_highfloat

Highest value of the variance to plot

mu_stepfloat

Increments to evaluate the mean

var_stepfloat

Increments to evaluate the mean

levslist

Which values of significance the contour lines will be drawn. Default is [.2, .1, .05, .01, .001]

Returns:
Figure

The contour plot


Last update: Apr 18, 2024