Equivalent to sd(as.vector(X)) — uses Bessel's correction (N-1).
sd(x, na.rm = FALSE, ...)# S3 method for HDF5Matrix
sd(
x,
na.rm = FALSE,
paral = NULL,
wsize = NULL,
threads = NULL,
save_to = NULL,
overwrite = TRUE,
...
)
Scalar numeric or an HDF5Matrix when save_to is set.
An HDF5Matrix object.
Ignored (included for generic compatibility).
For Summary methods: additional objects (currently
not supported; raises an error if supplied).
Logical or NULL. Enable OpenMP parallelisation.
Integer or NULL. Block size (NULL = auto).
Integer or NULL. Number of threads (NULL = auto).
Optional persistence target (same format as
colSums.HDF5Matrix).
Logical. Overwrite existing dataset when saving.