இந்தக் கட்டுப்பாட்டை மாற்றினால் இந்தப் பக்கம் தானாக மாற்றப்படும்

FDIST

The FDIST function returns the F probability distribution. All arguments are number values.

FDIST(non-neg-x-value, d-f-numerator, d-f-denominator)

non-neg-x-value: The x value at which you want to evaluate the function. non-neg-x-value must be greater than or equal to 0.

d-f-numerator: The degrees of freedom to include as the numerator. d-f-numerator must be greater than or equal to 1. Any decimal portion is ignored.

d-f-denominator: The degrees of freedom to include as the denominator. d-f-denominator must be greater than or equal to 1. Any decimal portion is ignored.

Notes

  • The F distribution is also known as Snedecor’s F distribution or the Fisher-Snedecor distribution.

Examples

=FDIST(0.77, 1, 2) returns 0.472763488223567.

=FDIST(0.77, 1, 1) returns 0.541479597634413.

=FDIST(0.77, 2, 1) returns 0.627455805138159.

See alsoFINV
Morty Proxy This is a proxified and sanitized view of the page, visit original site.
உதவியாக இருந்ததா?
எழுத்தின் அளவு: 250
அதிகபட்ச எழுத்தின் அளவு: 250
உங்கள் கருத்திற்கு நன்றி.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.