CDF

From Jacket Wiki

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

Cumulative distribution functions

Usage

Jacket for M Language
    Supported Syntax
    
Y = cdf('exp',X,A)
Y = cdf('ev',X,A,B)
Y = cdf('geo',X,A)
Y = cdf('hyge',X,A,B,C)
Y = cdf('logn',X,A,B)
Y = cdf('rayl',X,A)
Y = cdf('unif',X,A,B)
Y = cdf('unid',X,A)
Y = cdf('wbl',X,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/cdf.html


See Also

ICDF, PDF

Views
Personal tools