Statistics Toolbox
  Go to function:
    Search    Help Desk 
frnd    Examples

Random numbers from the F distribution.

Syntax

Description

R = frnd(V1,V2) generates random numbers from the F distribution with numerator degrees of freedom, V1, and denominator degrees of freedom, V2. The size of R is the common size of V1 and V2 if both are matrices. If either parameter is a scalar, the size of R is the size of the other parameter.

R = frnd(V1,V2,m) generates random numbers from the F distribution with parameters V1 and V2. m is a 1-by-2 vector that contains the row and column dimensions of R.

R = frnd(V1,V2,m,n) generates random numbers from the F distribution with parameters V1 and V2. The scalars m and n are the row and column dimensions of R.

Examples



[ Previous | Help Desk | Next ]