Skip to content

Commit

Permalink
Fixed typo in function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Dec 20, 2018
1 parent 3e59469 commit 231ef28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psdr/domains.py
Expand Up @@ -1641,12 +1641,12 @@ def _pdf(self, X):
class LogNormalDomain(BoxDomain, RandomDomain):
r"""A one-dimensional domain described by a log-normal distribution.
Given a normal distribution :math:`\mathcal{N}(\boldmath{\mu}, \boldmath{\Gamma})`,
Given a normal distribution :math:`\mathcal{N}(\boldsymbol{\mu}, \boldsymbol{\Gamma})`,
the log normal is described by
.. math::
x = \alpha + \beta e^y, \quad y \sim \mathcal{N}(\boldmath{\mu}, \boldmath{\Gamma})
x = \alpha + \beta e^y, \quad y \sim \mathcal{N}(\boldsymbol{\mu}, \boldsymbol{\Gamma})
where :math:`\alpha` is an offset and :math:`\beta` is a scaling coefficient.
Expand Down

0 comments on commit 231ef28

Please sign in to comment.