You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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!
The text was updated successfully, but these errors were encountered: