Commit 11643a07 authored by Arnaud Legrand's avatar Arnaud Legrand

Maths cleanups

parent 518f37cf
...@@ -12,17 +12,14 @@ On the fourth page of this article, they indicate that the maximum ...@@ -12,17 +12,14 @@ On the fourth page of this article, they indicate that the maximum
likelihood estimates of the logistic regression using only temperature likelihood estimates of the logistic regression using only temperature
are: $`\hat{\alpha}=5.085`$ and $`\hat{\beta}=-0.1156`$ and their are: $`\hat{\alpha}=5.085`$ and $`\hat{\beta}=-0.1156`$ and their
asymptotic standard errors are $`s_{\hat{\alpha}}=3.052`$ and asymptotic standard errors are $`s_{\hat{\alpha}}=3.052`$ and
$s_{\hat{\beta}}=0.047`$. The Goodness of fit indicated for this model $`s_{\hat{\beta}}=0.047`$. The Goodness of fit indicated for this model
was $`G^{2}=18.086`$ with 21 degrees of freedom. Our goal is to was $`G^{2} = 18.086`$ with 21 degrees of freedom. Our goal is to
reproduce the computation behind these values and the Figure 4 of this reproduce the computation behind these values and the Figure 4 of this
article, possibly in a nicer looking way. article, possibly in a nicer looking way.
<div class="CENTER">
**[Here is our successful replication of Dalal et al. results using [*Here is our successful replication of Dalal et al. results using
R](challenger.pdf)**. R*](challenger.pdf).
</div>
1. Try to **replicate the computation** from Dalal et al. In case it 1. Try to **replicate the computation** from Dalal et al. In case it
helps, we provide you with two implementations of this case study helps, we provide you with two implementations of this case study
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment