See Release Notes
Long Term Support Release
Differences Between: [Versions 400 and 401]
(no description)
File Size: | 142 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Deviations:: (3 methods):
sumSquares()
kurtosis()
skew()
Class: Deviations - X-Ref
sumSquares(...$args) X-Ref |
DEVSQ. Returns the sum of squares of deviations of data points from their sample mean. Excel Function: DEVSQ(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string |
kurtosis(...$args) X-Ref |
KURT. Returns the kurtosis of a data set. Kurtosis characterizes the relative peakedness or flatness of a distribution compared with the normal distribution. Positive kurtosis indicates a relatively peaked distribution. Negative kurtosis indicates a relatively flat distribution. param: array ...$args Data Series return: float|string |
skew(...$args) X-Ref |
SKEW. Returns the skewness of a distribution. Skewness characterizes the degree of asymmetry of a distribution around its mean. Positive skewness indicates a distribution with an asymmetric tail extending toward more positive values. Negative skewness indicates a distribution with an asymmetric tail extending toward more negative values. param: array ...$args Data Series return: float|int|string The result, or a string containing an error |