POISSFIT

From Jacket Wiki

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

Parameter estimates and confidence intervals for Poisson data

Usage

Jacket for M Language
    Supported Syntax
    
lambdahat = poissfit(data)
[lambdahat,lambdaci] = poissfit(data)
[lambdahat,lambdaci] = poissfit(data,alpha)
    

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


See Also

POISSCDF, POISSINV, POISSPDF, POISSRND, POISSTAT, MLE

Views
Personal tools