Skip to content

Commit 203db14

Browse files
committedJan 13, 2021
Fixed final link and minus latex symbol
1 parent 1a7e0ba commit 203db14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nearest_correlation_matrices/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Sorted eigenvalues of X: 0.0010 0.0010 0.0305 0.1646 0.6764 1.7716
475475
$$ \Large \|H \circ(G-X) \|_F $$
476476

477477

478-
* So individually $$h_{ij} \times (g_{ij} \minus x_{ij}).$$
478+
* So individually $$h_{ij} \times (g_{ij} \- x_{ij}).$$
479479

480480

481481
* However, this is a more “difficult” problem, and more computationally expensive.
@@ -734,4 +734,4 @@ $$ X = \large \alpha T+(1-\alpha)G, \quad T = H \circ G, \quad h_{ij} \in [0,1]
734734
# More on using the NAG Library for *Java*:
735735

736736

737-
**https://www.nag.com/content/nag-library-for-java**
737+
**<https://www.nag.com/content/nag-library-for-java>**

0 commit comments

Comments
 (0)
Please sign in to comment.