R/aggregation.R

Defines functions rdmean

## rank dependent mean
rdmean <- function(x, w, p = 1, na.rm = TRUE){
    c_rdmean_pow(x, w, p)
}
vspinu/VSR documentation built on May 28, 2021, 12:50 p.m.