sympy.stats.FDistribution() in python
With the help of sympy.stats.FDistribution() method, we can get the continuous random variable representing the F distribution. Syntax : sympy.stats.FDistribution(name, d1, d2) Where, d1 and d2 denotes the degree of freedom. Return : Return continuous random variable. Example #1 : In this example we