Finv
Finv-func
Definition:
computes the inverse of
cdf at
, with parameters
and
.
The deviate,
, associated with the lower tail probability
of the
distribution with
and
degrees of freedom is defined as the solution to
/math-a766e6f04e08a560b8c4d051077dd0e3.png)
where
; /math-195071029a7f75403326304343aa0c95.png)
Parameters:
(input, double)
- the probability,
, from the required F-distribution. /math-5c65da5193366ff858131d78c652f2f3.png)
(input, double)
- the degrees of freedom of the numerator variance,
, must be positive (
).
(input, double)
- the degrees of freedom of the denominator variance,
, must be positive(
).
(output, double)
- the deviate,
.