Hello, suppose i want to find qunatile for F distivution with the degree of fredom d1=2 d2=12 and 0.95 probability, And it must equal 3.89. But with my code i get 0.35. What's wrong with my code?
In[36]:= Clear["Global`*"]
x = 1-0.05;
c = PDF[FRatioDistribution[2 (1), 2 (6)], x]
Out[48]= 0.357409