Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispiech committed Oct 31, 2023
1 parent e24ef56 commit 60b7a55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en/part3/continuous_joint/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h2>From Discrete Joint to Continuous Joint</h2>
<img style="width: 100%" src="../../../img/chapters/jointcont/volumeunder.png"/>


<p>Just like in the single random variable case, we are now represending our belief in the continuous random variables as <i>densities</i> rather than probabilities. Recall that a density represents a relative belief. If the density of $f(X = 1.1, Y = 0.9)$ is twice as high as the density that $f(X = 1.1, Y = 1.1)$ the function is expressing that it is twice as likely to find the particular combination of $X = 1.1$ and $Y=0.9$.
<p>Just like in the single random variable case, we are now representing our belief in the continuous random variables as <i>densities</i> rather than probabilities. Recall that a density represents a relative belief. If the density of $f(X = 1.1, Y = 0.9)$ is twice as high as the density that $f(X = 1.1, Y = 1.1)$ the function is expressing that it is twice as likely to find the particular combination of $X = 1.1$ and $Y=0.9$.

<h2>Multivariate Gaussian</h2>

Expand Down
4 changes: 2 additions & 2 deletions gitCommit.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python buildIndex.py
python compile.py
python3 buildIndex.py
python3 compile.py
git add *
git commit -m 'auto commit'
git push
2 changes: 1 addition & 1 deletion searchIndex.json

Large diffs are not rendered by default.

0 comments on commit 60b7a55

Please sign in to comment.