Array statistics - determines the Variance of each column in an array
When analyzing plentiful data, such as with a number of tests on many DUTs it can be desirable to examine the statistics of various parameters. A typical way to represent the data is in an array, with each row representing a test vector, each column a particular tested parameter. This function analyzes the Variance of each column- hence each parameter.
menu: veeos ==> Math ==> Arrays ===> colVari
library: mathLib
4 4 5 3 colVari([ 3 5 4 5 ] returns [.67 2 .67 12.67] 3 6 5 8
VEE 7.0+, all platforms
colMax, colMean, colMedian, colMin, colMode, colRMS, colSDev