populationStandardDeviation | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | popstddev | ||||||
Summary | Returns the population standard deviation of a list of numbers. | ||||||
Introduced | 6.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Control Structure: function Glossary: return, math operation Function: median, standardDeviation, sum, averageDeviation, average | ||||||
Description | Use the populationStandardDeviation function to analyze the amount of spread in a list of numbers. The populationStandardDeviation function was added in version 6.1 to complement the standardDeviation function. The population standard deviation is a measure of how widely distributed the numbers in the numbersList are. If a math operation on finite inputs produces a non-finite output, an execution error is thrown. See math operations for more information. | ||||||
Tags | math |