Related Topics: | ||
Description: Returns the inverse of the f cumulative distribution for the given probability.
Syntax: rv_f(Probability, degrees_freedom1, degrees_freedom2)
Probability is the value of the distribution.
degrees_freedom1 is the numerator degrees of freedom.
degrees_freedom2 is the denominator degrees of freedom.
Remarks:
Probability must be > 0 and < 1.
degrees_freedom1 and degrees_freedom2 must be numerical and >= 0.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
rv_f(0.9, 6, 4)
Returns:
3.054565
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.