bdparallelpow2: Pow vector

View source: R/RcppExports.R

bdparallelpow2R Documentation

Pow vector

Description

Gets pow2 vector

Usage

bdparallelpow2(x)

Arguments

x

numerical vector

Value

Numeric Vector

Examples

library(BigDataStatMeth)

n <- 100 
x <- rnorm(n)

# with numeric matrix
res <- bdparallelpow2(x)


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