Grocer Function

NAME

studentize - studentize a vector or columnwise a matrix

CALLING SEQUENCE

[t]=studentize(x)

PARAMETERS

Input

Output

DESCRIPTION

If x is a vector, substract its mean and divide by its standard deviation. If x is a matrix, do the above for each column.

EXAMPLE

y=studentize(x)

AUTHOR

Eric Dubois 2002