inst/doc/lowWAFOMSobol.R

## ------------------------------------------------------------------------
library(LowWAFOMSobol)
lowWAFOMSobol.dimMinMax()

## ------------------------------------------------------------------------
lowWAFOMSobol.dimF2MinMax(10)

## ------------------------------------------------------------------------
s <- 4
m <- 10
mat <- lowWAFOMSobol.points(dimR=s, dimF2=m)
mat[1,]

## ------------------------------------------------------------------------
s <- 4
m <- 10
mat <- lowWAFOMSobol.points(dimR=s, dimF2=m, digitalShift=TRUE)
mat[1,]

Try the LowWAFOMSobol package in your browser

Any scripts or data that you put into this service are public.

LowWAFOMSobol documentation built on May 1, 2019, 10:56 p.m.