Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

FInv Script and chart function

FInv() returns the inverse of the accumulated probability of the F distribution.

Syntax:  

FInv(prob, degrees_freedom1, degrees_freedom2)

Return data type: number

Arguments:  

Arguments
Argument Description
prob A probability associated with the F-probability distribution and must be a number between 0 and 1.
degrees_freedom An integer stating the number of degrees of freedom.

This function is related to the FDist function in the following way:
If prob = FDIST(value, df1, df2), then FINV(prob, df1, df2) = value

Limitations:  

All arguments must be numeric, else NULL will be returned.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!