Function rgsl::statistics::skew_m_sd
source · [−]Expand description
This function computes the skewness of the dataset data using the given values of the mean mean and standard deviation sd,
skew = (1/N) \sum ((x_i - mean)/sd)^3
These functions are useful if you have already computed the mean and standard deviation of data and want to avoid recomputing them.