SKurt Function

Value of unbiased curvature from a sample


Description

The function \(SKurt\) (Kurtosis) returns the value of unbiased curvature from a sample of the data (Uses Bessel correction, type 2).

To calculate the total amount of data use \(Kurt\).


Syntax

SKurt (List)

Example

a=[4,6,9,7,9,2,4,6,3]

SKurt(a)= -1.17