Moved images to blog subfolder

This commit is contained in:
Brandon Rozek 2022-06-11 22:54:02 -04:00
parent 053cfc1a82
commit 0f684ed5c4
48 changed files with 27 additions and 33 deletions

View file

@ -109,7 +109,7 @@ plt.xlabel(r"$\lambda$")
plt.show()
```
![](/files/images/2020032901.png)
![](/files/images/blog/2020032901.png)
Now let's look at the distribution of the number of tosses for each player
@ -127,7 +127,7 @@ plt.xlabel("Number of Tosses")
plt.title("Poisson Distributions")
```
![](/files/images/2020032902.png)
![](/files/images/blog/2020032902.png)
## Conclusion