Probability Models

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/18

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.

19 Terms

1
New cards

Bernoulli Trial Requirements

  • There are only 2 possible outcomes (categorized as a success or failure) for each trial

  • The probability of success, denoted as p, is the same for each trial

  • The trials are independent

2
New cards

10% Condition

Overrides the violation of independence assumption by sampling without replacement as long as not more than 10% of the population is not sampled (probabilities would not change too much)

3
New cards

Geometric Model

Probability Model used to see how long it will take to achieve the first success in a series of Bernoulli Trials; denoted Geom(p)

4
New cards

Geometric Model Formula

P(X=x) =q^x-1 *p

<p>P(X=x) =q^x-1 *p </p>
5
New cards

Expected value Formula (Geometric)

E(x)= μ: =1/p

<p>E(x)= <strong>μ</strong><span>: </span>=1/p</p>
6
New cards

Standard Deviation Formula (Geometric)

σ=sqr(q/p²)

<p><span>σ=sqr(q/p²)</span></p>
7
New cards

Binomial Model

The probability model used when trying to find the # of successes in a specified # of trials (want to find P(X=#); denoted as Binom (n,p)

8
New cards

Difference b/w Geometric and Binomial

In a Geometric model, a sample size isnt given, while a Binomial model does

9
New cards

There are many different __ to get a specific # of successes in a specific # of trials

COMBINATONS

10
New cards

Combination

Each different order we have k successes in n trials

11
New cards

Combination formula

(n k) = n!/k!(n-k)!

<p>(n k) = n!/k!(n-k)!</p>
12
New cards

Mean Formula (Binomial)

μ= np

<p><span>μ= np</span></p>
13
New cards

Standard Deviation Formula (Binomial)

σ= sqr(npq)

<p><span>σ= sqr(npq) </span></p>
14
New cards

Probability Formula (Binomial)

P(X=x)= (n x) p^x q^n-x

<p>P(X=x)= (n x) p^x q^n-x </p>
15
New cards

A sample size being LARGE ENOUGH depends on..

the probability of success (the smaller the probability of success (or larger/small q), the larger sample size needed

16
New cards

Success/Failure Condition

States that a Binomial model is approx. Normal if we expect at least 10 successes and 10 failures (np > or = 10 and nq > or =10)

17
New cards

Statistically Significant

When the results of an experiment or a sample are not reasonable to believe they occurred just by chance (Use Binomial/ Normal Model if Bernoulli Trials and Success/Failure Conditions are met)

18
New cards

What Can go Wrong?

  • Before using any probability model, make sure that you have Bernoulli Trials

  • Don’t confuse Geometric and Binomial Models

  • Don’t use Normal Model approx. with a small end

19
New cards

Parameters of Probability Models

p= Probability of success

q (aka 1-p) = Probability of failure

x= number of success in n trials (binomial) or number of trials until first success (geometric)

n= number of trials (binomial)