fun.gen.qrn | R Documentation |
This function calls the runif.sobol
, runif.sobol.owen
and
runif.halton
essentially from the spacefillr package.
fun.gen.qrn(n, dimension, scrambling, FUN = "runif.sobol")
n |
Number to generate. |
dimension |
Number of dimensions. |
scrambling |
seed used, or leap as in the case of
|
FUN |
This can be |
A vector of values if dimension=1, otherwise a matrix of values between 0 and 1.
Steve Su
fun.gen.qrn(1000,5,3,"runif.sobol")
fun.gen.qrn(1000,5,409,"QUnif")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.