R package: Sobol sequences with better two-dimensional projections

Mutsuo Saito ported "Constructing Sobol sequences with better two-dimensional projections" by Stephen Joe and Frances Y. Kuo to R.

Information

SobolSequence 1.0 is now available in CRAN.

Install

You can install the release packeage from CRAN.

Install Develop version

And then,

install.packages('devtools')
library('devtools')
install_github("MersenneTwister-Lab/SobolSequence", ref='develop')

Download

Release Version:

Develop Version:

Reference