core: fix math in RNG docs
This commit is contained in:
committed by
Tommaso Pecorella
parent
abfb77e6ad
commit
603ce30446
@@ -1881,7 +1881,7 @@ PAPER_TYPE = a4
|
||||
# If left blank no extra packages will be included.
|
||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||
|
||||
EXTRA_PACKAGES = amsmath,amssymb
|
||||
EXTRA_PACKAGES = amsmath,amssymb,physics
|
||||
|
||||
# The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
|
||||
# the generated LaTeX document. The header should contain everything until the
|
||||
|
||||
@@ -2392,8 +2392,8 @@ class LaplacianRandomVariable : public RandomVariableStream
|
||||
* is defined as:
|
||||
*
|
||||
* \f[
|
||||
* P(x; \mu, \beta) dx = \frac{1}{\beta} e^{\frac{- \frac{x - \mu}}{\beta}} e^{-e^{\frac{-
|
||||
* \frac{x - \mu}}{\beta}}} dx \f]
|
||||
* P(x; \mu, \beta) dx = \frac{1}{\beta} e^{-(z+ e^{-z})} dx, \quad z = \frac{x - \mu}{\beta}
|
||||
* \f]
|
||||
*
|
||||
* where \f$\mu\f$ is the \c Location configurable attribute and \f$\beta\f$
|
||||
* is the \c Scale configurable attribute.
|
||||
|
||||
Reference in New Issue
Block a user