The two functions return objects containing the parameters for the dense-matrix based Quasi-Monte Carlo method and the tile-low-rank-matrix based Quasi-Monte Carlo method, respectively.
GenzBretz(N = 499)
TLRQMC(N = 499, m = 64, epsl = 1e-4)
an integer, specifying the number of per-batch Monte Carlo samples. The total number of Monte Carlo samples is 20 X N
an integer, specifying the block size for the tile-low-rank methods
numeric value, specifying the truncation level for the tile-low-rank methods
Return an object of the class "GenzBretz" or "TLRQMC", which is used as the parameter of the pmvn
and the pmvt
functions.