Excel Function : F.INV.RT

Download now!

Excel Function : F.INV.RT

Category

Statistical

Description

Returns the inverse of the F probability distribution

Microsoft Excel Reference Page

https://support.office.com/en-us/article/FINVRT-function-d371aa8f-b0b1-40ef-9cc2-496f0693ac00

Syntax and Description of the F.INV.RT Excel Function

String syntax = "F.INV.RT(probability,deg_freedom)"; //create ArrayList for parameters to be passed to the Excel function ArrayList parameters = new ArrayList(); //add parameters to the ArrayList parameters.add(probability); parameters.add(deg_freedom); //call the Excel function double inv_t = (Double) FunctionUtil.callFunction(syntax, parameters); //return the calculated value return inv_t;

About F.INV.RT Excel Function

F.INV.RT is an excel function that returns the inverse of the right-tailed Fisher-Snedecor F distribution. This function is used to find the probability that the variate will assume a value greater than x.