sympy.stats.Logistic() in python
With the help of sympy.stats.Logistic() method, we can get the continuous random variable which represents the logistic distribution. Syntax : sympy.stats.Logistic(name, mu, s) Where, mu and s are real number and mu, s > 0. Return : Return the continuous random variable. Example #1 : In this exam