HaltonSeq: Draw Halton Sequence values for a single dimension. Note that...

Description Usage Arguments Examples

View source: R/RcppExports.R

Description

Draw Halton Sequence values for a single dimension. Note that this was borrowed from the Internet and is not my implmementation.

Usage

1
HaltonSeq(k, base, n)

Arguments

base

Co-prime Base but generally for BAS work it is 2 or 3.

n

Number of samples to draw.

x

An integer for the starting index k >= 0.

Examples

1
HaltonSeq(k = 0, base = 2, n = 10)

ogansell/MSampNZ documentation built on Nov. 14, 2020, 3:31 p.m.