From 0f7454b58d7ff0b51e4f0c3c28975d9dd5f19b69 Mon Sep 17 00:00:00 2001 From: Toby Ferguson Date: Wed, 14 Jun 2017 18:21:56 -0700 Subject: [PATCH] Corrected missing '-' sign --- manuscript/02_probability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/02_probability.md b/manuscript/02_probability.md index 6426788..b34fe55 100644 --- a/manuscript/02_probability.md +++ b/manuscript/02_probability.md @@ -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