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

View source: R/RcppExports.R

HaltonSeqR Documentation

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

Description

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

Usage

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

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


paul-vdb/DFO-master-sample documentation built on April 5, 2022, 4:35 p.m.