Description Usage Arguments Value Examples
Rescales table so that the result has the supplied column and row sums. The matrix must have positive elements in first row and column and nonnegative elements elsewhere.
1 | rescale_table(initM, col_sums, row_sums, ...)
|
initM |
the initial matrix |
col_sums |
the vector of column sums |
row_sums |
the vector of row sums |
... |
additional arguments to nleqlsv |
a list with the following elements
table |
a recovered table |
opt |
a result of |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.