__header__
Description
Inputs
Vector
Parameters
Size
Return the number of elements in a vector
Mean
gives the mean number of all the vector values
SD
standard deviation, gives the standard deviation of all the vector values
Min
gives the smallest value found
Max
gives the largest value found
IndexMin
gives the location of the smallest value found starting at zero
(so if it is found at the third value the index min will be 2)
IndexMax
ives the location of the largest value found starting at zero (so
if it is found at the first value the index max will be 0)
Sum
REtune the sum of all the elements
Range
Returns the Range ir Max - Min
__footer__