vanDerCorput | R Documentation |
Generates the first (or an arbitrary offset) n elements of the van der Corput low-discrepancy sequence for a given base
vanDerCorput(n, base = 2, start = 1)
n |
the first n elements of the van der Corput sequence |
base |
the base to use for calculating the van der Corput sequence |
start |
start at this position in the sequence |
a vector of length n with values ranging between 0 and 1
https://en.wikipedia.org/wiki/Van_der_Corput_sequence
vanDerCorput(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.