skewCoeff: Adjusted Fisher-Pearson Skewness Coefficient with Sample-size...

View source: R/moments.R

skewCoeffR Documentation

Adjusted Fisher-Pearson Skewness Coefficient with Sample-size Correction Factor

Description

Adjusted Fisher-Pearson Skewness Coefficient with Sample-size Correction Factor

Usage

skewCoeff(data, sd)

Arguments

data

The data for which skewness is computed (vector)

sd

The population standard deviation, used to compute skewness (scalar)

Value

The skewness value (scalar)

References

Shreve, Joni N. and Donna Dea Holland . 2018. SASĀ® Certification Prep Guide: Statistical Business Analysis Using SASĀ®9. Cary, NC: SAS Institute Inc.

Examples

values <- rnorm(100)
x <- skewCoeff(data = values,sd = sd(values))

Rita documentation built on March 18, 2022, 6:36 p.m.

Related to skewCoeff in Rita...