SciPy

prob140.plots.Plot_chi2

prob140.plots.Plot_chi2(x_limits, df, **kwargs)[source]

Plots a chi-squared distribution.

Parameters:
x_limits : iterable

Array, list, or tuple of size 2, containing the lower and upper bound to be plotted.

df : Integer

Number of degrees of freedom.

Returns:
None