Learn R Programming

MSCquartets (version 3.1)

quartetCutMLE: Maximum likelihood estimate of quartet tree of blobs topology and CF under Cut model

Description

Computes Maximum likelihood estimate of quartet tree of blobs topology and CF under the Cut model of ABMR24;textualMSCquartets, Section 3. In case of ties, the topology and CF estimate are chosen randomly among those maximizing the likelihood. In particular, a resolved tree of blobs is always returned.

Usage

quartetCutMLE(qcCF)

Value

output with output$topology = 1, 2, or 3 indicating topology of tree of blobs in accord with ordering of qcCF entries, and output$CFhat the ML estimate for the CF

Arguments

qcCF

a quartet count Concordance Factor (a 3-element vector)

References

ABMR24MSCquartets

Examples

Run this code
 quartetCutMLE(c(17,72,11))
 quartetCutMLE(c(48,11,41))
 quartetCutMLE(c(11,48,41))
 quartetCutMLE(c(48,41,11))

Run the code above in your browser using DataLab