You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: I/PbN.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,3 +424,4 @@ title: "Proof by Number"
424
424
| P416 | bvn-pdf |[Probability density function of the bivariate normal distribution](/P/bvn-pdf)| JoramSoch | 2023-09-22 |
425
425
| P417 | bvn-pdfcorr |[Probability density function of the bivariate normal distribution in terms of correlation coefficient](/P/bvn-pdfcorr)| JoramSoch | 2023-09-29 |
426
426
| P418 | mlr-olstr |[Ordinary least squares for multiple linear regression with two regressors](/P/mlr-olstr)| JoramSoch | 2023-10-06 |
427
+
| P419 | bern-kl |[Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)| JoramSoch | 2023-10-13 |
&\overset{\eqref{eq:mlr-est}}{=} \hat{\beta}^\mathrm{T} C \left( \frac{1}{\hat{\sigma}^2} \left( C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} \right) C^\mathrm{T} \hat{\beta} / q \\
182
182
&= \hat{\beta}^\mathrm{T} C \left( \hat{\sigma}^2 C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} C^\mathrm{T} \hat{\beta} / q \; .
183
183
\end{split}
184
-
$$
184
+
$$
185
+
186
+
This means that the [null hypothesis](/D/h0) in \eqref{eq:mlr-f-h0} can be rejected when $F$ from \eqref{eq:mlr-f-s2} is as extreme or more extreme than the [critical value](/D/cval) obtained from [Fisher's F-distribution](/D/f) with $q$ numerator and $n-p$ denominator [degrees of freedom](/D/dof) using a [significance level](/D/alpha) $\alpha$.
This means that the [null hypothesis](/D/h0) in \eqref{eq:mlr-t-h0} can be rejected when $t$ from \eqref{eq:mlr-t-s2} is as extreme or more extreme than the [critical value](/D/cval) obtained from [Student's t-distribution](/D/t) with $n-p$ [degrees of freedom](/D/dof) using a [significance level](/D/alpha) $\alpha$.
0 commit comments