HaltonSeq | R Documentation |
Draw Halton Sequence values for a single dimension. Note that this was borrowed from the Internet and is not my implmementation.
HaltonSeq(k, base, n)
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. |
HaltonSeq(k = 0, base = 2, n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.