wgsd: Weighted geometric standard deviation

Description Usage Arguments Details Value See Also

View source: R/stats.R

Description

Take a numeric vector and return its weighted geometric standard deviation.

Usage

1
wgsd(x, w)

Arguments

x

a numeric vector.

w

a vector of numeric weights of length(x).

Details

None.

Value

Return the weighted geometric standard deviation of a numeric vector.

See Also

wasd returns arithmetic standard deviation.
wasd returns weighted arithmetic standard deviation.
gsd returns geometric standard deviation.
wgsd returns weighted geometric standard deviation.


functClust documentation built on Dec. 2, 2020, 5:06 p.m.