bdparallelVectorSum: Sumarize vector

View source: R/RcppExports.R

bdparallelVectorSumR Documentation

Sumarize vector

Description

This function sumarize the elements of a vector

Usage

bdparallelVectorSum(x)

Arguments

x

numerical vector

Value

none value returned, data are stored in a dataset inside an hdf5 data file.

Examples

library(BigDataStatMeth)

n <- 100 
x <- rnorm(n)

# with numeric matrix
res <- bdparallelVectorSum(x)


BigDataStatMeth documentation built on March 30, 2022, 1:07 a.m.