var

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
var

The variance of the vector xv.

Usage: var(xv)
Result type: scalar

The covariance of the vector xv and yv.

Usage: var(xv,ys)
Result type: scalar

The covariance matrix for the column vector of the matrix xM. The column average a[j] is either calculated with avr(xM[*,j]) or through the argument y (a[j] = yS or a[j] = yV[j]).

Usage: var(xm)
var(xm,ys)
var(xm,yv)
Result type: matrix - (ncol(xm) x ncol(xm))

Navigation menu

Personal tools