Learn R Programming

RTaxometrics (version 2.4)

CalculateSkew: Calculates skew

Description

This function calculates the sample skewness of a distribution

Usage

CalculateSkew(x)

Arguments

x

The data vector

Value

The sample skewness of x

Details

Called by higher-order functions; users do not need to call this function directly.