Intro to Probability

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

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:07 PM on 9/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

key aspect of solving real business problem

dealing with uncertainly

2
New cards

sources of uncertainty

  • demand for products

  • stock price returns

  • time between arrivals

  • daily sales


3
New cards

random variables

the name of uncertainty in numerical quantity in probability and statistics

4
New cards

probability

a way to deal with and manage uncertainty , an intuitive concept

5
New cards

experiment

any process whose outcome is not known in advance

6
New cards

sample space

the set of all possible outcomes of an experiment

7
New cards

event

a set of possible outcomes of an experiment

8
New cards

probability

the chance that an event will occur


9
New cards

properties of porbability

  • all probabilities are between 0 and 1

  • the closer of an event is to 1, the more likely it is to occur

  • if event a is a subset of event b, then the probability of b is greater than or equal to probability of a

    • event a = sunny

    • event b = sunny, cloudy

    • P(b) greater than equal to P(a)

  • rule of complements: P(a^c) = 1 - P(a)

    • a^c is the event that event a doesn’t occur

  • addition rule

  • conditional probability and multiplication rule

  • probabilistic independence

  • law of total probability



10
New cards

random variable

a variable that can take on different values, each with an associated probability


will hold the outcome of a random event

11
New cards

probability distribution

describes the likelihood of a random variable

  • its a list of possible outcomes (sample space/population) and their associated probabilities

  • population probability is made up w assumptions or estimate it using historical data



12
New cards

discrete random variable

take on only a countable number of distinct values

the probability mass function, pmf

X = random variable, x = fixed outcome


expected value:

  • is the weighted average of all the k values, with their probabilities serving as weights

  • E[.] is a function we apply to random variables


13
New cards

continuous random variable

takes on an infinite number of real values in some sane

the probability density function f(x), PDF, is the likelihood of x. CDF is denoted as F(x). the area under f(x) within a given interval

x is a continuous RV, then P(X=x)=0, for every real number x


14
New cards

cumulative probability distribution function, cdf

describes the probability that the random variable is less that or equal to some value


15
New cards

continuous random variable

the probability density function f(x) (PDF), is the likelihood of x.

CDF = F(x)


16
New cards

expected value of a discrete random variable

the weighted average of all the k values, with their probabilities serving as weights

E[.] is a function applied to random variables

17
New cards

expected value

long run average

18
New cards

variance of a random variable

quantify the variability of a random variable. variance measures the variability of the outcomes of X around its expected values (mean) X

Var(.) like E[.]

19
New cards

correlation of two random variables


20
New cards

independence of two events

intuition: the occurrence of one event (A) doesn’t affect the probability of occurrence of the other event (B)


P(A|B) = P(A)

P(B|A) = P(B)

P(A and B) = P(A)P(B)

21
New cards

if two events are independent

P(A and B) = P(A)P(B)

22
New cards

variance of sum of random variables if variables are independent

Var(X+Y) = Var(X)+Var(Y)

23
New cards

variance of sum of random variables if variables are dependent

Var(X+Y) = Var(X)+Var(Y)+2Cov(X,Y)