Statistics Toolbox
  Go to function:
    Search    Help Desk 
fcdf    Examples

F cumulative distribution function (cdf).

Syntax

Description

fcdf(X,V1,V2) computes the F cdf with parameters V1 and V2 at the values in X. The arguments X, V1 and V2 must all be the same size except that scalar arguments function as constant matrices of the common size of the other arguments.

Parameters V1 and V2 must contain positive integers.

The F cdf is:


The result, p, is the probability that a single observation from an F distribution with parameters 1 and 2 will fall in the interval [0 x].

Examples

This example illustrates an important and useful mathematical identity for the F distribution.



[ Previous | Help Desk | Next ]