Unit 9 Flashcards

(23 cards)

1
Q

Hypothesis

A

*Always in terms of parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Null Hypothesis

A

H0 -> assumes existing claim, assumed to be true unless sample data is different ENOUGH than expected.

Reject the null when P<alpha.

H0 : P/Mew = #

___ IS ____

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Alternate Hypothesis

A

HA -> Null in rejected in favor of alternate hypothesis if sample data is different ENOUGH

HA : P/Mew </>/≠ #

___ is greater/less/not ____

If P ≠ , multiply by 2
If P >, -1
If P <, do nothing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

P-Value

A

The probability, assuming H0 is true, that your observed sample statistic would take a value as or more extreme

Smaller P = more evidence against H0

“If I take many many samples, (weird thing) will happen (P-value)% of the time”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Alpha

A

Also called “level of significance”

Pre-determine decision point, stated with hypothesis. If P is below alpha, your result is “significant”

Reject the null when P < alpha

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Claim

A

Consists of 6 parts:

  1. H0
  2. H0 in context
  3. HA
  4. HA in context
  5. Test type
  6. Alpha
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Conditions (One-sample and two-sample situations)

A

INR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Calculations

A

Stat - par / error = P (Reject the null if P<a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Context

A

Provide a nerdy answer and an answer in context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Two-Sample Tests

A

Mostly the same, but the null hypothesis is always that there’s no difference between the groups, alternate hypothesis is that there is a difference or difference is less than/greater than parameter (read the question)

Stat - Par / sqrt. sigma1^2/n1 + sigma2^2/n2

REMOVE OUTLIERS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Type 1 Error

A

(Alpha)

Stating something is going on, when actually nothing is going on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Power

A

(Awesome!)

Something weird is going on, and you caught it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Boring

A

Nothing is going on, and you suspected nothing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Type 2 Error

A

(B, Beta)

Stating nothing is going on, when actually something is going on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Error sentence structure

A

I conclude ___ but the truth is ___

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Choosing Alpha

A

If Type 1 Error is worse -> A = 0.01
If Type 2 Error is worse -> A = 0.1
Equally bad -> A =0.05

Why? You want type 1/2 errors to seesaw out, for example a type 2 error can’t be manipulated, but by raising the type 1 error the type 2 error will lower

17
Q

What if P is bigger than +/- on my Z-Chart?

A

Two methods:

  1. Stat -> test -> test type -> put in information -> P should be given to you
  2. If it’s less than 3, it’ll just continue getting smaller, so write P < .0002 (Remember to multiply or -1 accordingly)
18
Q

When do you use Chi (X^2) tests?

A

Used in categorical data, making it always proportional. used when there is 3 or more p-hats.

19
Q

Goodness of Fit test (GOF)

A

One row/column, single variable. Think: Is there a difference between observed (sampled) data and expected (population) data?

Stat –> list –> edit –> L1 = observed data, L2 = observed total * percentage of data
THEN
Stat –> tests –> X^2 GOF Test

20
Q

Test of Association

A

Multiple row/columns, multiple variables. Think: Is there an association between these two categorical variables?

2nd + x^-1 –> edit –> A
THEN
Stat –> tests –> x^2

You can go back to matrix to check your expected values (B)

21
Q

Degrees of Freedom (Chi-square)

A

(rows - 1) * (columns - 1)

If there is only one row/column, simply -1

22
Q

Conditions (Chi-square)

A

NORMALITY does NOT exist!!!

You can write:
Expected values are greater than 0
Independence met/not met
Randomness met/not met
Sample size sufficient

23
Q

Expected value equation

A

(Row * total) * (column * total)/(total * total)