STP 420 Exam 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

15 Terms

1
New cards

Conditional Probablity

P(A|B) = P(A n B)/P(B)

2
New cards

Long Run Probability

As the number of trials increases, the average of the results will get closer and closer to the expected value. (Law of large numbers)

3
New cards

General Addition Rule

P(A u B) = P(A) + P(B) - P(A n B)

4
New cards

Special Addition Rule

P(A u B) = P(A) + P(B) when independent

5
New cards

Expected Value

<p></p>
6
New cards

Var[X]

knowt flashcard image
7
New cards

Properties of E[X]

  • E[c] = c

  • E[g1(x) + g2(x)]  = g1E[x] + g2E[x]

  • E[cg(x)] = cE[g(x)]

8
New cards

Properties of Var[x}

  • Var[c] = 0

  • Var[X + Y] = Var[X] + Vary[Y] only if X and Y are independent

    • if dependent: Var[X] + Var[Y] + 2psqrt(Var[X])sqrt(Var[Y])

  • Var[aX + b] = a²Var[X]

9
New cards

CLT Requirements

We can assume a normal distribution of a sample if:

  • population is normally distributed

  • sample size is sufficient (n >= 30)

10
New cards

Confidence Interval Requirements

Check CLT

11
New cards

Za/2

a = 1 - confidence level

  • 90% confidence: 1 - .90 = 0.1 => 0.1/2 = 0.05

  • z0.05 = 1.96

12
New cards

Margin of Error

za/2*(sd/sqrt(n))

13
New cards

Confidence Interval

point estimate ± margin of error

14
New cards

Necessary sample size for confidence level with certain margin of error

n = ((za/2)²(sd)²)/(E)²

  • round up for integer value

15
New cards