SciPy

prob140.plots.Plot_erlang

prob140.plots.Plot_erlang(x_limits, r, lamb, **kwargs)[source]

Plots an erlang distribution.

Parameters:
x_limits : iterable

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

r : int

Shape.

lamb : float

Rate.

Returns:
None