Function Skewness

Part of:

package cl-mathstats
( skewness &rest < args > )

skewness (data &key start end key)
Returns the skewness of `data', which is the sum of cubed distances from the
mean divided by the standard deviation, divided by N.