Description Usage Arguments Value Author(s) References
This function reduces the size of the matrix by removing alternatively columns and rows that have sum equal to 0.
In case where the number of auxiliary varibale is great (p very large), even if we use the fast implementation proposed by (Chauvet and Tillé 2005) the problem is time consuming. If we have the chance that the matrix is strongly sparse, we can then use the function to reduce the size of the matrix B by using this method.
If the matrix is dense or every column have sum greater than 0, then nothing is changed.
1 | reduxArma(B)
|
B |
a matrix of size (p+1 x p) sub-matrix of auxiliary matrix. |
a list
Raphaël Jauslin raphael.jauslin@unine.ch
Chauvet, G. and Tillé, Y. (2006). A fast algorithm of balanced sampling. Computational Statistics, 21/1:53–62.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.