Home
last modified time | relevance | path

Searched defs:colSds (Results 1 – 2 of 2) sorted by relevance

/dports/math/R-cran-matrixStats/matrixStats/R/
H A DrowSds.R33 colSds <- function(x, rows = NULL, cols = NULL, na.rm = FALSE, center = NULL, function
/dports/finance/R-cran-timeSeries/timeSeries/R/
H A Dstatistics-colSums.R107 colSds <- function(x, ...) { colStats(x, "sd", ...) } function