Learn R Programming

expperm (version 0.1.0)

BG: The Brualdi-Gibson method for computing an expected permutation matrix

Description

Computes the expected permutation matrix and marginal likelihood from a tridiagonal matrix of assignment likelihoods using the Brualdi-Gibson method.

Usage

BG(A)

Arguments

A

A tridiagonal matrix of assignment likelihoods.

Value

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

Examples

Run this code
# NOT RUN {
data(triA)
BG(triA)
# }

Run the code above in your browser using DataLab