halton: Halton Sequences

View source: R/halton.R

haltonR Documentation

Halton Sequences

Description

Halton Sequences

Usage

halton(draw, dim, prime = NULL, scramble = F, randomise = F, normal = F)

Arguments

draw

Number of draws for the sequence

dim

Number of dimensions to draw

prime

If NULL, the function will use prime numbers in ascending order. If specified, should be an atomic vector of length dim containing prime numbers to be used for each dimension.

scramble

If TRUE, randomly permute the sequences

randomise

If TRUE, randomise each draw

normal

If TRUE, convert the sequence to a standard normal distribution

References

\insertRef

bhat2003logitPlus

\insertRef

train2003logitPlus

\insertRef

okten2012logitPlus


philswatton/logitPlus documentation built on March 19, 2022, 7:16 a.m.