Learn R Programming

expperm (version 0.1.0)

ryser: The Ryser method for computing an expected permutation matrix

Description

Computes the expected permutation matrix and marginal likelihood from a matrix of assignment likelihoods using the Ryser method.

Usage

ryser(A)

Arguments

A

A matrix of assignment likelihoods.

Value

E(P), the expected permutation matrix corresponding to A.

Examples

Run this code
# NOT RUN {
data(A)
ryser(A)
# }

Run the code above in your browser using DataLab