Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
Syntax
List.StandardDeviation(numbersList as list) as nullable number
About
Returns a sample based estimate of the standard deviation of the values in the list, numbersList. If numbersList is a list of numbers, a number is returned. An error is raised on an empty list or a list of items that is not type number.
Example
Find the standard deviation of the numbers 1 through 5.
Usage
List.StandardDeviation({1..5})
Output
1.5811388300841898