<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > STAT (Statistical module) > Stat_StdDeviation |
Description
Returns the standard deviation of all elements inside ArrayVariable array.
Syntax
n = STAT_StrDeviation(ArrayVariable)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
ArrayVariable |
Numeric Array |
No |
|
Remarks
This function will expect the name of a predefined array with all the necessary data already loaded.
Restrictions
See also
Examples