(no description)
File Size: | 95 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: StandardDeviations - X-Ref
STDEV(...$args) X-Ref |
STDEV. Estimates standard deviation based on a sample. The standard deviation is a measure of how widely values are dispersed from the average value (the mean). Excel Function: STDEV(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string The result, or a string containing an error |
STDEVA(...$args) X-Ref |
STDEVA. Estimates standard deviation based on a sample, including numbers, text, and logical values Excel Function: STDEVA(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string |
STDEVP(...$args) X-Ref |
STDEVP. Calculates standard deviation based on the entire population Excel Function: STDEVP(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string |
STDEVPA(...$args) X-Ref |
STDEVPA. Calculates standard deviation based on the entire population, including numbers, text, and logical values Excel Function: STDEVPA(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string |