TTEST2

From Jacket Wiki

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

Two-sample t-test with pooled or unpooled variance estimate.

Usage

Jacket for M Language
    Supported Syntax
    
h = ttest2(x,y)
h = ttest2(x,y,alpha)
h = ttest2(x,y,alpha,tail)
h = ttest2(x,y,alpha,tail,vartype)
[h p] = ttest2(...)
[h p ci] = ttest2(...)
[h p ci stats] = ttest2(...)
[...] = ttest2(x,y,alpha,tail,vartype,dim)
    

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


See Also

TTEST, RANKSUM, VARTEST2, ANSARIBRADLEY]

Views