Statistica Visual Basic Library of Matrix Functions - MatrixMeans (Matrix, Vector)
Parameter | Description |
Matrix | name of data array (see Arrays in functions) |
Vector | destination vector (see Arrays in functions) |
The MatrixMeans function will compute the mean of each column of the specified Matrix (see Arrays in functions) and place the resulting values in the specified destination Vector.
Related topics
MatrixCorrelations. For more information on using arrays, see
Arrays in functions. For a complete list of matrix functions, see
Statistica Visual Basic library of matrix functions.