Skip to content

Commit e753e35

Browse files
committed
🎉 finally positive review 🎉
1 parent 1901a69 commit e753e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/sage/stats/distributions/discrete_gaussian_lattice.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
.. MATH::
1212
13-
`\frac{\exp(-|x - c|_2^2 / (2\sigma^2))}{\sum_{v \in \Lambda} \exp(-|v|_2^2 /
14-
(2\sigma^2))}`
13+
\frac{\exp(-|x - c|_2^2 / (2\sigma^2))}{\sum_{v \in \Lambda} \exp(-|v|_2^2 /
14+
(2\sigma^2))}.
1515
1616
AUTHORS:
1717
@@ -352,7 +352,7 @@ def f_or_hat(x):
352352
@cached_method
353353
def _maximal_r(self):
354354
r"""
355-
This function computes the largest value `r > 0` such that `\Sigma - r^2BB^@`
355+
This function computes the largest value `r > 0` such that `\Sigma - r^2BB^T`
356356
is positive definite.
357357
358358
This is equivalent to finding `\lambda_1(\Sigma / Q) = 1 / \lambda_n(Q

0 commit comments

Comments
 (0)