skew: Calculate the skew of a distribution.

Description Usage Arguments Details Value Author(s) See Also

Description

Calculates the skew of a distribution using a simple formula.

Usage

1
 skew(x)

Arguments

x

A vector of numeric values, supposedly drawn from a particular distribution.

Details

skew calculates the asymmetry of the distribution of the values.

Value

The value calculated.

Author(s)

Jim Lemon

See Also

sd


prettyR documentation built on May 2, 2019, 2:16 a.m.

Related to skew in prettyR...