Statistics Toolbox
  Go to function:
    Search    Help Desk 
fpdf    Examples

F probability density function (pdf).

Syntax

Description

fpdf(X,V1,V2) computes the F pdf 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.

The parameters V1 and V2 must both be positive integers and X must lie on the interval [0 ).

The probability density function for the F distribution is:


Examples



[ Previous | Help Desk | Next ]