We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1901a69 commit e753e35Copy full SHA for e753e35
‎src/sage/stats/distributions/discrete_gaussian_lattice.py
@@ -10,8 +10,8 @@
10
11
.. MATH::
12
13
- `\frac{\exp(-|x - c|_2^2 / (2\sigma^2))}{\sum_{v \in \Lambda} \exp(-|v|_2^2 /
14
- (2\sigma^2))}`
+ \frac{\exp(-|x - c|_2^2 / (2\sigma^2))}{\sum_{v \in \Lambda} \exp(-|v|_2^2 /
+ (2\sigma^2))}.
15
16
AUTHORS:
17
@@ -352,7 +352,7 @@ def f_or_hat(x):
352
@cached_method
353
def _maximal_r(self):
354
r"""
355
- This function computes the largest value `r > 0` such that `\Sigma - r^2BB^@`
+ This function computes the largest value `r > 0` such that `\Sigma - r^2BB^T`
356
is positive definite.
357
358
This is equivalent to finding `\lambda_1(\Sigma / Q) = 1 / \lambda_n(Q
0 commit comments