Skip to content

Commit 843692e

Browse files
committed
2025-10-29 11:55:21: small fix
1 parent a7841de commit 843692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/exponential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags:
44
- math
55
- combinatorics
66
---
7-
The exponential distribution is defined such that it's growth rate at any instant is equal to its value. It's also well known that $exp(x) = sum x^k/k!$. There's a nice combinatorial way to connect these two definitions:
7+
The exponential distribution is defined such that it's growth rate at any instant is equal to its value. It's also well known that $exp(x) = sum x^k/(k!)$. There's a nice combinatorial way to connect these two definitions:
88

99
First, consider the discrete version of $exp(x)$, $2^x$. We can find $2^x$ by the following process: let $S_(-1)$ be ${{}}$ (that is, an empty set of sets). Then, define $S_i$ for $i >= 0$ to be $S_-1 union {s union i | s in S}$. That is, we take every set from $S_(i - 1)$, then decide whether to add $i$ into it or not. Here a few values of $S_i$:
1010
- $S_(-1) = {{}}$

0 commit comments

Comments
 (0)