ryser_cpp {expperm} | R Documentation |
Computes the expected permutation matrix and marginal likelihood from a matrix of assignment likelihoods using the Ryser algorithm.
ryser_cpp(A)
A |
A matrix of assignment likelihoods. |
E(P)
, the expected permutation matrix corresponding to A
.
data(A) ryser_cpp(A)