Skip to content

Commit d28c764

Browse files
committed
fix estimator formular
1 parent 2c139e7 commit d28c764

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ matrix, making them user-friendly and useful for researchers and practitioners.
3838

3939
$$
4040
\hat{\Omega}(\lambda,\alpha,\gamma) = {\arg\min}_{\Omega \succ 0}
41-
\left\{ -\log\det(\Omega) + \text{tr}(S\Omega) +
42-
\mathcal{P}_{\lambda,\alpha,\gamma}(\Omega) \right\},
41+
\left\{ -\log\det(\Omega) + \text{tr}(S\Omega) + \mathcal{P}_{\lambda,\alpha,\gamma}(\Omega) \right\},
4342
$$
4443
$$
4544
\mathcal{P}_{\lambda,\alpha,\gamma}(\Omega)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ matrix, making them user-friendly and useful for researchers and practitioners.
1717

1818
$$
1919
\hat{\Omega}(\lambda,\alpha,\gamma) = {\arg\min}_{\Omega \succ 0}
20-
\left\{ -\log\det(\Omega) + \text{tr}(S\Omega) +
21-
\mathcal{P}_{\lambda,\alpha,\gamma}(\Omega) \right\},
20+
\left\{ -\log\det(\Omega) + \text{tr}(S\Omega) + \mathcal{P}_{\lambda,\alpha,\gamma}(\Omega) \right\},
2221
$$
2322
$$
2423
\mathcal{P}_{\lambda,\alpha,\gamma}(\Omega)

0 commit comments

Comments
 (0)