Finds the low discrepancy quasi random numbers
This function calls the link{runif.sobol}
and
runif.halton
from the fOptions package and
QUnif
from sfsmisc package.
fun.gen.qrn(n, dimension, scrambling, FUN = "runif.sobol")
n |
Number to generate. |
dimension |
Number of dimensions. |
scrambling |
Scrambling method 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
Bratley P., Fox B.L. (1988); Algorithm 659: Implementing Sobol's Quasirandom Sequence Generator, ACM Transactions on Mathematical Software 14, 88-100.
Joe S., Kuo F.Y. (1998); Remark on Algorithm 659: Implementing Sobol's Quaisrandom Seqence Generator.
link{runif.sobol}
, runif.halton
,
QUnif
fun.gen.qrn(1000,5,3,"runif.sobol") fun.gen.qrn(1000,5,409,"QUnif")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.