sympy.stats.RaisedCosine() in Python
With the help of sympy.stats.RaisedCosine() method, we can get the continuous random variable which represents the Raised Cosine distribution. Syntax : sympy.stats.RaisedCosine(name, mu, s) Where, mu and s are real number and mu, s > 0. Return : Return the continuous random variable. Example #1 :