rcpp_hdf5dataset_rowVars: Row variances of an HDF5 dataset (R6 wrapper)

View source: R/RcppExports.R

rcpp_hdf5dataset_rowVarsR Documentation

Row variances of an HDF5 dataset (R6 wrapper)

Description

Block-wise, OpenMP-parallel computation of apply(X, 1, var). Uses Bessel's correction (n-1).

Usage

rcpp_hdf5dataset_rowVars(ptr, paral = NULL, wsize = NULL, threads = NULL)

Arguments

ptr

External pointer (SEXP) to an open hdf5Dataset.

paral

Logical or NULL; enable OpenMP parallelisation.

wsize

Integer or NULL; block size (NULL = auto).

threads

Integer or NULL; thread count (NULL = auto).

Value

Numeric vector of length nrows_R.


BigDataStatMeth documentation built on May 15, 2026, 1:07 a.m.