EXPLIKE

From Jacket Wiki

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

Negative log-likelihood for the exponential distribution

Usage

Jacket for M Language
    Supported Syntax
    
nlogL = explike(param,data)
[nlogL,avar] = explike(param,data)
[...] = explike(param,data,censoring)
[...] = explike(param,data,censoring,freq)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   COMPLEX 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8 

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/explike.html


See Also

CDF, EXPFIT, EXPINV, EXPCDF, EXPPDF, EXPRND, EXPSTAT

Views
Personal tools