Compare commits
2 Commits
7bcd3f9289
...
5d69ad1adc
| Author | SHA1 | Date |
|---|---|---|
|
|
5d69ad1adc | |
|
|
9af6993a28 |
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
\section{\texorpdfstring{$\chi^2$}{chi2} test of independence}
|
||||
|
||||
[...]
|
||||
|
||||
\section{\texorpdfstring{$\chi^2$}{chi2} test of goodness of fit}
|
||||
|
||||
|
|
@ -20,6 +21,6 @@ Check if the observations is in adequation with a particular distribution.
|
|||
|
||||
The test statistics is:
|
||||
\[
|
||||
D_{k,n} = \sum_{i=1}^{k} \frac{(N_i - np_i)^2}{np_i} \overunderset{\mathcal{L}}{H_0}{n \longrightarrow \infty} \chi^2_{(n-1)(q-1)??}
|
||||
D_{k,n} = \sum_{i=1}^{k} \frac{(N_i - np_i)^2}{np_i} \underset{H_0}{\overunderset{\mathcal{L}}{n \to \infty}{\longrightarrow}} \chi^2_{(n-1)(q-1)??}
|
||||
\]
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue