sympy.stats.Triangular() in Python
With the help of sympy.stats.Triangular() method, we can get the continuous random variable which represents the triangular distribution. Syntax : sympy.stats.Triangular(name, a, b, c) Where, a, b and c are real number. Return : Return the continuous random variable. Example #1 : In this example we