Description Usage Arguments Examples
This function implements a simple coordinate descent algorithm to find the maximum likelihood estimator over Gaussian MTP2 distributions. The algorithm performs local updates of the covariance matrix $Sigma$. For details see Lauritzen, Uhler, Zwiernik (2017); look for Algorithm 4.
1 |
S |
the sample covariance matrix |
n |
the sample size (default 1) |
Sig0 |
starting point of the algorithm |
tol |
convergence criterion sum(abs(Sig-Sig0))<tol |
graph |
a graph to which the procedure restricts. If FALSE, the complete graph is taken. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.