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 489cac5 commit 39981b0Copy full SHA for 39981b0
probability/exponential_dist.cpp
@@ -5,7 +5,7 @@
5
* The exponential distribution is used to model
6
* events occuring between a Poisson process like radioactive decay.
7
*
8
- * \( P(x, \lambda) = \lambda e^{-\lambda x} \)
+ * \f[P(x, \lambda) = \lambda e^{-\lambda x}\f]
9
10
* Summary of variables used:
11
* \lambda : rate parameter
0 commit comments