Skip to content

Commit 39981b0

Browse files
Update latex notation
Co-authored-by: realstealthninja <[email protected]>
1 parent 489cac5 commit 39981b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/exponential_dist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The exponential distribution is used to model
66
* events occuring between a Poisson process like radioactive decay.
77
*
8-
* \( P(x, \lambda) = \lambda e^{-\lambda x} \)
8+
* \f[P(x, \lambda) = \lambda e^{-\lambda x}\f]
99
*
1010
* Summary of variables used:
1111
* \lambda : rate parameter

0 commit comments

Comments
 (0)