coins {multivariance} | R Documentation |
This function creates samples which are dependent but k-independent.
coins(N = 1000, k = 2)
N |
number of samples |
k |
each k-tuple will be independent |
It returns the samples as rows of an N
by k+1
matrix. The columns are dependent but k-independent.
For the theoretic background see the reference [3] given on the main help page of this package: multivariance-package.
coins(200,4)