cum_median {binsegRcpp} | R Documentation |
Efficient log-linear cumulative median.
cum_median(data.vec,
weight.vec = rep(1,
length(data.vec)))
data.vec |
Numeric vector of data. |
weight.vec |
Numeric vector of weights. |
Toby Dylan Hocking