FDensity - script and chart function
FDensity() returns the probability of the F distribution.
Syntax:
FDensity(value, degrees_freedom1, degrees_freedom2)
Return data type: number
Argument | Description |
---|---|
value | The value at which you want to evaluate the distribution. The value must not be negative. |
degrees_freedom1 | A positive integer stating the number of numerator degrees of freedom. |
degrees_freedom2 | A positive integer stating the number of denominator degrees of freedom. |