prob140.plots.Plot_triang¶
-
prob140.plots.
Plot_triang
(x_limits, a, b, c, **kwargs)[source]¶ Plots a triangular distribution.
Parameters: - x_limits : iterable
Array, list, or tuple of size 2, containing the lower and upper bound to be plotted.
- a : float
Minimum value.
- b : float
Maximum value.
- c : float
Intermediate value
Returns: - None