1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
What is the parameter between 2 population proportions?
p̂1 - p̂2
What are the p̂1 - p̂2 normal distribution conditions?
n1p̂1
n2p̂2
n1(1- p̂1)
n2(1-p̂2)
… ≥ 5
What is the z hypothesis test formula?
z=\frac{\left(\hat{p}_1-\hat{p}_2\right)}{\sqrt{\hat{p}\left(1-\hat{p}\right)\left(\frac{1}{n_1+n_2}\right)}}
What is the p̂ formula?
\frac{x_1+x_2}{n_1+n_2}
What is the zcrit Excel formula?
=NORM.S.INVWhat is the CI formula?
\left(\hat{p}_1-\hat{p}_2\right)\pm z_{\frac{\alpha}{2}}\sqrt{\frac{\hat{p}_1\left(1-\hat{p}_1\right)}{n_1}+\frac{\hat{p}_2\left(1-\hat{p}_2\right)}{n_2}}
What is the chi-square independence test?
// chi-square contingency table test // chi-square association test
2 nominal variable independence
What is the chi-square independence test H0?
independent
What is the chi-square independence test H1?
dependent
What is the expected value formula?
\frac{row\sum\cdot column\sum}{total}
What is the chi-square independence test formula?
x^2=\sum\frac{\left(f_{i}-e_{i}\right)^2}{e_{i}}
What is the chi-square independence test expected value required condition?
rule of 5
What is the rule of 5?
Ei ≥ 5
IF Ei < 5, combine row/column & change d.f
What is the chi-square independence test freedom degree formula?
\left(rows-1\right)\left(columns-1\right)
What is the relationship between the chi-square curve & freedom degrees?
as freedom degrees increase, chi-square curve approaches normal distribution
What is the chi-square independence test critical value Excel formula?
=CHISQ.INV.RT(α,d.f)What is the chi-square independence test rejection region?
x2 > x2crit
What are some chi-square independence test use examples?
age & preference
customer churn & service
conversion rate & landing page
What is a contingency table?
// cross-tabulation table // 2-way table
arranged data
What are contingency table use examples?
joint
marginal
conditional
… probability
What is the chi-square independence test process?
contingency table
ei
rule of 5
x²