6.10.5.2.1.1.5. statsmodels.sandbox.tools.try_mctools.StatTestMC.plot_hist

StatTestMC.plot_hist(idx, distpdf=None, bins=50, ax=None, kwds=None)[source]

plot the histogram against a reference distribution

Parameters:

idx : None or list of integers

List of indices into the Monte Carlo results (columns) that should be used in the calculation

distpdf : callable

probability density function of reference distribution

bins : integer or array_like

used unchanged for matplotlibs hist call

ax : TODO: not implemented yet

kwds : None or tuple of dicts

extra keyword options to the calls to the matplotlib functions, first dictionary is for his, second dictionary for plot of the reference distribution

Returns:

None