sobolSequence.points {SobolSequence} | R Documentation |
get points from SobolSequence
Description
This R version does not returns cordinate value zero, but returns value very near to zero, 2^-64.
Usage
sobolSequence.points(dimR, dimF2 = 10, count, digitalShift = FALSE)
Arguments
dimR |
dimention. |
dimF2 |
F2-dimention of each element. |
count |
number of points. |
digitalShift |
use digital shift or not. |
Value
matrix of points where every row contains dimR dimensional point.
[Package SobolSequence version 1.0 Index]