getWeightedMean {BMisc}R Documentation

Weighted Mean

Description

Get the mean applying some weights

Usage

getWeightedMean(y, weights = NULL, norm = TRUE)

Arguments

y

a vector to compute the mean for

weights

the vector of weights, can be NULL, then will just return mean

norm

normalize the weights so that they have mean of 1, default is to normalize

Value

the weighted mean


[Package BMisc version 1.4.6 Index]