Skip to content

Commit

Permalink
Added missing dx in integral expression. (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
szdrnja authored Jan 12, 2022
1 parent 70c5b4a commit e5d8550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preliminaries/probabilityreview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Both CDFs and PDFs (when they exist) can be used for calculating the probabiliti

### **Properties**:
- $$f_X(x) \geq 0$$.
- $$\int^{\infty}_{-\infty} f_X(x) = 1$$.
- $$\int^{\infty}_{-\infty} f_X(x) dx = 1$$.
- $$\int_{x \in A} f_X(x) dx = P(X \in A)$$.


Expand Down

0 comments on commit e5d8550

Please sign in to comment.