LADualMLE: A coordinate descent algorithm to find the dual maximum...

Description Usage Arguments Value Examples

View source: R/LADualMLE.R

Description

This function implements a simple coordinate descent algorithm to find the maximum likelihood estimator over Gaussian MTP2 distributions. For details see Lauritzen, Uhler, Zwiernik (2017).

Usage

1
LADualMLE(W, tol = 1e-08)

Arguments

W

inverse of the sample covariance matrix ???

tol

the convergence tolerance (default tol=1e-8)

Value

the optimal value of the concentration matrix

the number of iterations the algorithm needed to converge

the corresponding value of the log-likelihood

Examples

1

pzwiernik/mtp2 documentation built on Aug. 9, 2020, 12:34 p.m.