Learn R Programming

functClust (version 0.1.6)

wgsd: Weighted geometric standard deviation

Description

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

Usage

wgsd(x, w)

Arguments

x

a numeric vector.

w

a vector of numeric weights of length(x).

Value

Return the weighted geometric standard deviation of a numeric vector.

Details

None.

See Also

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