RandomMatrices.jl icon indicating copy to clipboard operation
RandomMatrices.jl copied to clipboard

random boolean matrices

Open mkborregaard opened this issue 9 years ago • 1 comments

Hi, I have been working on a package (not yet on github) to generate random Matrix{Bool}s, given fixed row sums or column sums or both (see e.g. http://projecteuclid.org/euclid.aos/1375362560 for some of the mathematics I'd like to incorporate). Is this type of functionality already available in RandomMatrices?

Thanks!

mkborregaard avatar Dec 20 '16 07:12 mkborregaard

Bump? The question can be rephrased as: is it possible with this package to create a matrix of 0s and 1s with fixed row and column sums? If not, would it be interesting to have this functionality in the package?

mkborregaard avatar Jan 18 '17 21:01 mkborregaard