The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack OpenArrays Procedures and Functions MeanVarArray | |||||||
See also: MeanArray, StdDevArray, MeanAbsDev, LocalMean | |||||||
MeanVarArray |
|||||||
The function MeanVarArray returns the mean and the variance of an array in the variable parameters Mean and Vari. The function is available in two overloaded variants: versions [1] and [3] accept a one-dimensional open array of double precision values, versions [2] and [4] operate on a two-dimensional open array (parameter Data). The parameters FirstIx and LastIx defines the search range for versions [1] and [3], the parameters LowCol, LowRow, HighCol and HighRow specify the search range of versions [2] and [4]. The function returns a zero value if everything is OK and the Mean and Vari parameters contain the mean and the variance. The function returns the following error codes: 0 ... everything is OK, the returned value is valid
|