Block-wise computation of var(as.vector(X)).
Uses Bessel's correction (N-1) where N is the total number of elements.
rcpp_hdf5dataset_scalar_var(ptr, paral = NULL, wsize = NULL, threads = NULL)Scalar numeric.
External pointer (SEXP) to an open hdf5Dataset.
Logical or NULL; enable OpenMP parallelisation.
Integer or NULL; block size (NULL = auto).
Integer or NULL; thread count (NULL = auto).