This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 201
LaTeX render issue #96
Labels
bug:extension
Issues about widgets, comment, share, search, and plugins.
Comments
@ladychili Could you please provide the source code of the post? Also, did you enabled the mathjax plugin? |
@ppoffice Sure, mathjax is enabled in both _config.yml and the post, as you can see other formulas are showing properly in the picture except inline code. The source code is a bit long, here is the yaml head and the corresponding part of the picture. ---
title: MT5761 Statistics Modeling - Revision Note
date: 2018-12-11 15:50:38
category: Note
mathjax: true
tags:
- statistics
- modeling
- university
- exam
---
#### (e) Explain Deviance [4]
[1] Deviance provides a measure of discrepancy between fitted model and Saturated model. The smaller the D, the better the model.
$$
D = 2[l(\hat\beta_{sat},\phi) - l(\hat\beta,\phi)]
$$
[1] If model correct, $D \sim \chi^2_{n-p-1}$, n observations, p predictors
A $\chi^2$ test ($H_0$ model is correct) will give a large p-value for a good fitting.
[1] $\chi^2$ approximation of D often poor for Binomial GLMs
[1] Computing $D$ involves $\phi$, so if it's unknown we can't use the result.
#### (f) adjustment to raw residuals and why [2]
[1] Adjustment.
$$
\text{Pearson residuals} = \frac{\text{raw residual}}{\hat{\text{SD}}}=\frac{y-\hat{y}}{\sqrt{\text{Var}(y)}}
$$
[1] Why. We'd like to see no patterns in Pearson residuals if Mean-Var relationship is appropriate.
|
ppoffice
referenced
this issue
May 1, 2019
ppoffice
added
bug:extension
Issues about widgets, comment, share, search, and plugins.
and removed
bug:general
Issues with this theme in general.
labels
Jun 20, 2020
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Failed to render inline LaTeX code.
The text was updated successfully, but these errors were encountered: