Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manuscript/02_probability.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ for {$$}1 \geq x \geq 0{/$$}. Notice that calculating the survival function
is now trivial given that we've already calculated the distribution function.

{$$}
S(x) = 1 = F(x) = 1 - x^2
S(x) = 1 - F(x) = 1 - x^2
{/$$}

Again, R has a function that calculates the distribution function for us
Expand Down