stdev
|
The stdev function computes the standard deviation of a population based
on a sample of values specified in the argument list. Standard deviation measures
the spread or dispersion of values from the mean. It is the same as the square root
of the variance of the population sample. Usage The stdev function is suitable for calculating the standard deviation
on a sample of values for a population. The formula for calculating the standard
deviation of a sample is different from the formula for calculating the standard
deviation of the population, though for large numbers of values (greater than 50)
the difference between the two calculations is very small. If your data values
represent an entire population rather than a sample, use the stdevp function to
calculate the standard deviation
Returns the standard deviation of a population based on a sample of values
specified in the argument list
Expression:
Arguments
Name
Type
Description Argument: num1 num2... Number
Any number of values
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|