# FDIST

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function calculates the F probability distribution, to see degrees of diversity between two sets of data.

## Syntax

FDIST(*value*,*degnum*,*degden*)

## Arguments

This function has these arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *value* | Value at which to evaluate the function |
| *degnum* | Number of degrees of freedom for the numerator; if not an integer, the number is truncated |
| *degden* | Number of degrees of freedom for the denominator; if not an integer, the number is truncated |

## Data Types

Accepts numeric data for all arguments. Returns numeric data.

## Examples

`FDIST(A1,2,2)`
`FDIST(R1C1,2,1)`
`FDIST(16.83975,5,3)` gives the result 0.021

## Version Available

This function is available in product version 1.0 or later.

## See Also

[FINV](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsDtoG/FunctionFINV) \| [Statistical Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsstats)