wtd_skew: Weighted Skewness

Description Usage Arguments Value

View source: R/skewness_functions.R

Description

computes weighted version of the skewness estimator.

Usage

1
wtd_skew(x, wgt = rep(1, length(x)))

Arguments

x

a numeric vector

wgt

an optional vector of weights.

Value

scalar


VSdecomp documentation built on May 18, 2021, 9:06 a.m.

Related to wtd_skew in VSdecomp...