Module 5: Continuos Probability Distribution

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:44 PM on 6/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

What is and why is P(X = x) in a continuous function

  • It is zero (0)

  • It is zero because in a continuous function, probability is found for intervals of x values rather than for individual x values. Also, a single value of x results in no area under the distribution in a graph; since continuous probability depends on finding the area under the graph, no area = no probability. So the probability of P(X = x) = 0

2
New cards

How to determine if you are finding a continuous probability

  1. Are you asking for time, weight, height, or anything that sounds continuous

  2. Are you looking for probabilities over an interval rather than an exact value?

3
New cards

Types of Continuous Distribtion

Uniform, Exponential, Normal

4
New cards

Uniform Distribtion

All values within an interval have an equal chance of occurring

  • Keywords: equally likely, a random value

<p>All values within an interval have an equal chance of occurring</p><ul><li><p>Keywords: equally likely, a random value</p></li></ul><p></p><p></p>
5
New cards

Exponential Distribution

Often used for waiting times between events; the shape is described when the y value decreases as we go along the x-value (left to right)

  • Why waiting times? Because, for example, you are a manager of a gas station chain. You decide to measure how long it takes for the next customer to walk in. The chance that the next customer walks in is 5 minutes is much higher than the chance that the next customer walking in is in 20 minutes

<p>Often used for waiting times between events; the shape is described when the y value decreases as we go along the x-value (left to right)</p><ul><li><p>Why waiting times? Because, for example, you are a manager of a gas station chain. You decide to measure how long it takes for the next customer to walk in. The chance that the next customer walks in is 5 minutes is much higher than the chance that the next customer walking in is in 20 minutes</p></li></ul><p></p>
6
New cards

Notation for Uniform Distribution

Where: a is lowest of x, b is highest of x, in an interval

<p>Where: a is lowest of x, b is highest of x, in an interval</p>
7
New cards

Uniform Distribution:Height?

<p></p><p></p>
8
New cards

Uniform Distribtuion: Width?

(d-c): the highest and lowest values of a range you want to find the probability for

9
New cards

How to find uniform distribution probability?

height: 1/b-a (which is denotedas f(x)) multiplied by (d-c: the range you want to find out)

<p>height: 1/b-a (which is denotedas f(x)) multiplied by (d-c: the range you want to find out)</p>
10
New cards

Mean (of Uniform Distribution)

Addition of lowest and highest value, divided by 2

<p>Addition of lowest and highest value, divided by 2</p>
11
New cards

SD (for Uniform Distribution)

(variance is without the square root)

<p>(variance is without the square root)</p>
12
New cards

Probability Density Function (PDF formula) for Continuous Uniform Distributions

It is the height: f(x) = 1/b-a

13
New cards

Inverse Cumulative Probabilty

Basically a function that helps you if you were given first a probability instead of an x value, and you needed to find a x value

14
New cards

Identify R studio code purposes

<p></p><p></p>
15
New cards

What happens (in the Uniform Distribution RStudio Code) if you were given P(X larger than or equal to) instead of the usual P(X smaller than or equal to) function found by default on the RStudio Code?

knowt flashcard image
16
New cards

Notation for Exponential Function

knowt flashcard image
17
New cards

Formula for Lambda in Exponential Function

knowt flashcard image
18
New cards

Memoryless Property

  • used to describe exponential distribution

  • meaning the probability of waiting an additional time does not depend on how much time has already elapsed

19
New cards

How to find SD in exponential distribution

If you have mean, then you also had SD (therefore, mean = SD)

20
New cards

what is “expected time”

the average/mean

21
New cards

z-score formula

<p></p>
22
New cards

What to do for inverse cumulative questions

e.g. if asking you: “What is the minimum lifespan that a lightbulb must have to be at the top 10% of all light bulbs, instead of looking at the “more” value, we represent the values that represent the bottom” the 90th percentile.

(since its asking for minimum, we all know

23
New cards

For Normal Distribution questions, what do you do if you need to use z values (standard normal) to find probabilities?

  • Find z value if given SD and mean

  • Plug Z into RStudio (pnorm)

<ul><li><p>Find z value if given SD and mean</p></li><li><p>Plug Z  into RStudio <strong><u>(pnorm)</u></strong></p></li></ul><p></p>
24
New cards

For normal distribution questions that give you mean, SD and percentage and question wants to know x, what do you do?

  • First put percentage into “qnorm” in RStudio. which will find a z value

  • Put the z value into the z-score formula, and also put the mean and SD into there as well

  • solve for x (qnorm)

<ul><li><p>First put percentage into “qnorm” in RStudio. which will find a z value</p></li><li><p>Put the z value into the z-score formula, and also put the mean and SD into there as well</p></li><li><p>solve for x <strong>(qnorm)</strong></p></li></ul><p></p>
25
New cards

When given a normal distribution question, the mean, the SD, and asks you the probability, what do you do?

  1. Draw out the normal distribution

  2. Draw out the indents on the x-axis based on the SD amounts

    1. know the empirical rule and when to properly apply the percentages to the question

<ol><li><p>Draw out the normal distribution</p></li><li><p>Draw out the indents on the x-axis based on the SD amounts</p><ol><li><p>know the empirical rule and when to properly apply the percentages to the question</p></li></ol></li></ol><p></p>
26
New cards

Central Limit Theorem

When you take the averages of individuals groups made from a total population, the averages become more predictable and stable (even if the original data is not stable)

27
New cards

Standard Error Formula (what its used for, what is the formula)

  • aka the standard deviation of the sample means

  • How much the sample means vary from each other

<ul><li><p>aka the <strong><u>standard deviation </u></strong><u>of the sample means</u></p></li><li><p>How much the sample means vary from each other</p></li></ul><p></p>
28
New cards

Relationship between sample means and the population mean

The mean of the sample mean equals the population mean

29
New cards

In Central Limit Theorems, be careful when:

  • question is asking you if person is randomlyselected (use the population SD) or “taken form a random sample” (gotta use the SD/SE formula of the CLT)

30
New cards

As sample size increases, what happens to the SE

SE decreases

31
New cards