cum_median {binsegRcpp} | R Documentation |
cum median
Description
Efficient log-linear cumulative median.
Usage
cum_median(data.vec,
weight.vec = rep(1,
length(data.vec)))
Arguments
data.vec |
Numeric vector of data. |
weight.vec |
Numeric vector of weights. |
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre]
[Package binsegRcpp version 2025.5.13 Index]