Changes for version 0.02

  • Generates real valued matrix only if either of the input marginals is real valued else generates integer valued matrix.
  • Stores the matrix in sparse format. That is, not every value of the returned array is defined but only non-zero values are stored in the matrix.

Modules

Perl module to generate matrix given the marginals.