<< Go back to all functions

F.DIST.RT

The F.DIST.RT function in Google Sheets calculates the right-tailed F probability distribution (degree of diversity) for two data sets with a given input x. It is also known as the Fisher-Snedecor distribution or Snedecor's F distribution.

Function Syntax and Parameters

Syntax: F.DIST.RT(x, degrees_freedom1, degrees_freedom2)

Parameters:

  • x: The input value to evaluate the right-tailed F probability distribution.
  • degrees_freedom1: The degrees of freedom of the first data set.
  • degrees_freedom2: The degrees of freedom of the second data set.

Use Cases and Scenarios

  1. Statistical Analysis: Determine the probability of obtaining a specific F value in a data set.
  2. Quality Control: Assess the variability between two sample populations.

Related Functions

  • None

Related Articles

  • None