getWeightedMean: getWeightedMean
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