Skew Function

Calculation of the slope


Description

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


Syntax

Skew (List)

Example

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

Skew(a)= 0.133