SciPy

prob140.plots.Plot_norm

prob140.plots.Plot_norm(x_limits, mu, sigma, **kwargs)[source]

Plots a gaussian distribution.

Parameters:
x_limits : iterable

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

mu : float

Mean.

sigma : float

Standard Deviation.

Returns:
None