kurtosis
|
The kurtosis function determines the peakedness or flatness of the distribution
curve defined by a set of data points. A normal distribution has a kurtosis of 0.
A negative kurtosis value describes a distribution that is flatter than normal (platykurtic);
a positive kurtosis value describes a distribution more peaked than normal (leptokurtic).
Usage The kurtosis function is used to compute the peakedness or flatness of the distribution curve defined by a set of data points.
Returns a number corresponding to the the peakedness or flatness of the distribution
curve defined by a set of data points. Any arguments that cannot be evaluated as numbers
are ignored in the calculation of kurtosis. Also, if there are less than four data points
or if the sample standard deviation is zero, the kurtosis function returns an error
value.
Expression:
Arguments
Name
Type
Description Argument: num1 ... 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
|