Let $A$ be an nxm matrix.
We can easily determine its row and column marginals $r$ and $c$:
$r=A1$
$c=1^TA$.
Suppose however, that you are given non-negative marginals $r,c$.
Is there always a non-negative matrix $A$ whose marginals are $r$ and $c$ (obviously $r^T1 = 1^Tc$)?
Intuitively, for large enough A, the marginals induce an underdetermined system of linear equations. The only problem is the non-negativity.
I suspect the result is known, or is implied by some other work on non-negative matrices. An approach I believe should work is using Farkas' Lemma. But, maybe there are simpler approaches...
– tokumei Nov 05 '14 at 05:57