Hypothesis testing part 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

hypotheiss testing

quantify observed difference

asses how likely it is that this differenced occured by chance alone

2
New cards

choose a critical value in terms of probability

e.g. 95% etc

3
New cards

one tailed tests

direction of difference is specified

alpha is the area shaded in the graph / the bit we are looking at

rest of of the curve is the confidence level

<p>direction of difference is specified </p><p>alpha is the area shaded in the graph / the bit we are looking at </p><p>rest of of the curve is the confidence level </p>
4
New cards

two tailed tests

direction not specified

alpha split in half

<p>direction not specified </p><p>alpha split in half </p>
5
New cards

hypothesis test details

formulate null and alternative hypothesis

decide on significance level

select appropriate test

look up critical value - threshold for rejection null

if test is beyond the critical value reject null at a level of confidence equal to 1 - alpha in %

6
New cards

1 sample t test

compare a sample mean to a chosen value

<p>compare a sample mean to a chosen value </p>
7
New cards

2 sample t test

compare 2 means each from their won sample

smaller than 30 - will not be normal distribution

larger than. 30 - will roughly resemble normal distribution

8
New cards

equal or unequal variances ?

stds similar = equal variances

otherwise - use unequal variances

for this one do the sp formula first, then the t calc formula

then use the degrees of freedom formula

<p>stds similar = equal variances</p><p>otherwise - use unequal variances </p><p>for this one do the sp formula first, then the t calc formula </p><p>then use the degrees of freedom formula </p>
9
New cards

look up critical value

if t crit is greater than t calc - have evidence to reject null

10
New cards

calculate t statistic

for this one do the sp formula first, then the t calc formula using the value u get from the first formula

then use the degrees of freedom formula

remember in degrees of freedom to divide sample number by 2

11
New cards

compare the test statistic and the critical value

reject the null as a level of confidence equal to 100(1- alpha) of the t calc value is greater that the t critc value

12
New cards

type 1 error

rejecting null hypothesis which is true

is alpha is set too high

13
New cards

Type 2 error

failing to reject a null hypothesis which is true

14
New cards

ANOVA

comparing multipel samples

between 3 or more samples