SSkew Function

Calculation of the slope from a sample


Description

The function \(SSkew\) (Skewness) returns the value of the skew from a sample of the data. For the total amount of data use \(skew\).


Syntax

SSkew (List)

Example

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

SSkew(a)= 0.161