RANDOM

From Jacket Wiki

Jump to: navigation, search
Back to Function List, Statistics Library

Generate random arrays from a specified distribution

Usage

Jacket for M Language
    Supported Syntax
    
Y = random('beta',A,B)
Y = random('ev',A,B)
Y = random('geo',A)
Y = random('logn',A,B)
Y = random('norm',A,B)
Y = random('rayl',A)
Y = random('unif',A,B)
Y = random('unid',A)
Y = random('wbl',A,B)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/help/toolbox/stats/random.html


See Also

CDF, ICDF, MLE, PDF

Views
Personal tools