GetBoxIndices | R Documentation |
Fast Implementation of finding x and y order numbers to feed into the linear congruence equation. This solves equation solves for a_i in the HIP paper. This is essentially an internal function and shouldn't be worried about.
GetBoxIndices(lxy, base, J)
lxy |
A Matrix of lower x y coordinates of a Halton Box inside the unit box. |
base |
Co-prime Base but generally for BAS work it is 2 or 3. |
J |
Integer of 2 values that represent the numbers 2^J1, 3^J2. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.