VAR

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Variance

Usage

Jacket for M Language
    Supported Syntax
    
V = var(X)
V = var(X,1)
V = var(X,w)
V = var(X,w,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/access/helpdesk/help/techdoc/ref/var.html


See Also

CORRCOEF, COV, MEAN, MEDIAN, STD

Views