Statistics Toolbox
  Go to function:
    Search    Help Desk 
trnd    Examples

Random numbers from Student's t distribution.

Syntax

Description

R = trnd(V) generates random numbers from Student's t distribution with V degrees of freedom. The size of R is the size of V.

R = trnd(V,m) generates random numbers from Student's t distribution with V degrees of freedom. m is a 1-by-2 vector that contains the row and column dimensions of R.

R = trnd(V,m,n) generates random numbers from Student's t distribution with V degrees of freedom. The scalars m and n are the row and column dimensions of R.

Examples



[ Previous | Help Desk | Next ]