my flashcards
(40 cards)
question we ask ourselves to determine if a variable is quantitative or categorical in Stats 1. chapter 1
does our variable tell us the quantitiy of something measured
question we ask ourselves to determine if a categorical variable is ordinal or nominal
does the variable tells us anything about the order of the variable?
On a transactions table, what type of variable is the date? categorical or Quantitative? what are their units?
quantitative and units are days. although its weird because its also ordinal. its a bit relative
An economist assesses the probability of the interest rate increasing in a certain situation to be 0.6
what type of probability is this and why
The probability is subjective, because the probability represents a personal degree of belief.
what formula should you use for this question regarding the probabiltiy of this: out of 2 students, The probability that one or the other will be marketing majors (not independent)
P(A or B)=P(A)+P(B)−P(A and B)
What is Cross-Section Data? - types of data STATS
Answer: Observations collected at a single point in time.
Focus: Differences between individuals, groups, or entities.
Example: Survey of 1,000 households’ income levels in 2025.
What is Time Series Data?
Answer: Observations collected over time for a single entity or variable.
Focus: Changes and trends over time.
Example: Monthly unemployment rates in Canada from 2010 to 2025.
What is the conditional probability for independent events
P(A | B) = P(A)
P(B | A) = P(B)
what does this mean on excel? =FACT(N)
It returns the factorial of N. In other words, n!
what does this mean on excel? =COMBIN(N,K)
It returns the number of ways to choose K items from N without repetition and without order. Mathematically, it calculates ……. .N! / K!(n-K)!
what does this mean on excel? =BINOM.DIST(k, N, P, FALSE)
For Exact Successes (PMF)
P(X = k) =𝑃(𝑋 = 𝑘) = ( 𝑛!/ (𝑘!∗(𝑛−𝑘)!)) ∗ 𝑝^(𝑘) ∗ 𝑞^(𝑛−𝑘)
2 types of Random variables
Discrete and Continuous
Description of random variable type discrete
can only take speciric values (countable) (integer)
Description of random variable type continuous
Can take any value in an interval (infinite possibilities) (decimal, infinite)
Adding/Subtracting a Constant (C)
what acc happens? definition of adding or substracting C
If we add/subtract a fixed number (C) to a random variable (X), it shifts the values but does not change the spread. * SD and variance stay the same, EX moves up or down
what are the 3 discrete probability models distributions
Geometric, binomial, poisson
formula to calculate coefficient of variation. the higher the coefficient the higher the risk (in the context of investment)
Coefficient of variation = SD/E[x]
Why does the Z-table give the probability of “less than” a given z-score?
The Z-table always measures from the far left up to the given z-score (cumulative probability).
* P(Z \leq z) gives the area to the left of z .
* To find P(Z > z) , use the complement: 1 - P(Z \leq z) .
* Think of it like a ranking: the table tells you what percentage of values are below a certain point.
Distribution Rule which needs to be whole numbers?
in the discrete models, n (number of trials) must be a whole number because it represents the number of attempts.
variance normal formula
(x-Ex)^2 * p
variance geometric model
q/p^2
variance binomial model
npq
variance poisson
= EX = lambda
variance uniform distribution
(b-a)^2 ] / 12