🌍 Data Analytics · flashcards
Data Analytics Statistics and Probability for Analytics Flashcards
51 question-and-answer cards covering Statistics and Probability for Analytics as it is examined in Data Analytics. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Statistics and Probability for Analytics deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
Define the expected value of a discrete random variable.
$E[X] = \mu = \sum_x x\,P(X = x)$. It is the long-run average value, or the probability-weighted mean of all possible outcomes.
Give the definition of the variance of a random variable and its computational formula.
$\operatorname{Var}(X) = E[(X - \mu)^{2}] = E[X^{2}] - (E[X])^{2}$. It measures the expected squared deviation from the mean.
How do the linearity properties give $E[aX + b]$ and $\operatorname{Var}(aX + b)$?
$E[aX + b] = a\,E[X] + b$ and $\operatorname{Var}(aX + b) = a^{2}\operatorname{Var}(X)$. Adding a constant shifts the mean but not the variance; scaling multiplies variance by $a^{2}$.
State the parameters and key properties of the normal distribution.
The normal distribution $N(\mu, \sigma^{2})$ is symmetric and bell-shaped, defined by mean $\mu$ and standard deviation $\sigma$. Mean = median = mode, and it is fully characterized by these two parameters.
State the empirical (68-95-99.7) rule for a normal distribution.
Approximately 68% of values lie within $\mu \pm \sigma$, 95% within $\mu \pm 2\sigma$, and 99.7% within $\mu \pm 3\sigma$.
What is a z-score and how is it computed?
A z-score standardizes a value: $z = \frac{x - \mu}{\sigma}$. It gives the number of standard deviations $x$ lies from the mean, converting to the standard normal $N(0,1)$.
State the PMF, mean, and variance of the binomial distribution.
$P(X = k) = \binom{n}{k} p^{k}(1-p)^{n-k}$, with mean $\mu = np$ and variance $\sigma^{2} = np(1-p)$. It counts successes in $n$ independent trials with success probability $p$.
What four conditions must hold for a binomial experiment?
(1) Fixed number of trials $n$; (2) each trial has two outcomes (success/failure); (3) constant success probability $p$; (4) trials are independent.
State the PMF, mean, and variance of the Poisson distribution.
$P(X = k) = \frac{\lambda^{k} e^{-\lambda}}{k!}$ for $k = 0, 1, 2, \dots$, with mean and variance both equal to $\lambda$. It models counts of rare events over a fixed interval.
When can the Poisson distribution approximate the binomial distribution?
When $n$ is large and $p$ is small (rule of thumb $n \geq 20$, $p \leq 0.05$), the binomial is well approximated by a Poisson with $\lambda = np$.
Give the PDF, mean, and variance of the continuous uniform distribution on $[a, b]$.
$f(x) = \frac{1}{b - a}$ for $a \leq x \leq b$, with mean $\mu = \frac{a + b}{2}$ and variance $\sigma^{2} = \frac{(b - a)^{2}}{12}$.
State the PDF, mean, and variance of the exponential distribution with rate $\lambda$.
$f(x) = \lambda e^{-\lambda x}$ for $x \geq 0$, with mean $\frac{1}{\lambda}$ and variance $\frac{1}{\lambda^{2}}$. It models the waiting time between Poisson events.
What is the memoryless property of the exponential distribution?
$P(X > s + t \mid X > s) = P(X > t)$. The probability of waiting an additional time $t$ does not depend on how long you have already waited.
State the Central Limit Theorem.
For a sample of size $n$ from a population with mean $\mu$ and finite variance $\sigma^{2}$, the sampling distribution of the sample mean $\bar{X}$ approaches $N\!\left(\mu, \frac{\sigma^{2}}{n}\right)$ as $n$ grows, regardless of the population's shape.
According to the CLT, what sample size is typically considered 'large enough' for normality of the sample mean?
A common rule of thumb is $n \geq 30$. For strongly skewed populations a larger $n$ may be needed; for already-normal populations any $n$ works.
What is a sampling distribution?
A sampling distribution is the probability distribution of a statistic (e.g. the sample mean) computed over all possible samples of a given size $n$ from a population. It describes how the statistic varies from sample to sample.
Define the standard error of the mean and give its formula.
The standard error of the mean is the standard deviation of the sampling distribution of $\bar{X}$: $SE = \frac{\sigma}{\sqrt{n}}$ (or $\frac{s}{\sqrt{n}}$ when estimated). It quantifies the precision of $\bar{X}$ as an estimate of $\mu$.
How does increasing the sample size affect the standard error?
Standard error decreases proportionally to $\frac{1}{\sqrt{n}}$. Quadrupling the sample size halves the standard error, giving more precise estimates with diminishing returns.
What is a confidence interval and how is the interpretation of a 95% CI stated correctly?
A confidence interval is a range estimate for a parameter. A 95% CI means that if sampling were repeated many times, about 95% of the constructed intervals would contain the true parameter — not that there is a 95% probability the parameter is in this particular interval.
Write the formula for a confidence interval for a mean when $\sigma$ is known.
$\bar{x} \pm z_{\alpha/2}\,\frac{\sigma}{\sqrt{n}}$, where $z_{\alpha/2}$ is the critical value (e.g. $1.96$ for 95%). The term $z_{\alpha/2}\frac{\sigma}{\sqrt{n}}$ is the margin of error.
When should the t-distribution be used instead of the z-distribution for a confidence interval on a mean?
Use the t-distribution when the population standard deviation $\sigma$ is unknown and estimated by $s$ (especially for small $n$). The interval is $\bar{x} \pm t_{\alpha/2, \, n-1}\,\frac{s}{\sqrt{n}}$, with $n-1$ degrees of freedom.
What distinguishes a point estimate from an interval estimate?
A point estimate is a single value (e.g. $\bar{x}$) used to estimate a parameter; an interval estimate gives a range of plausible values (e.g. a confidence interval) that also conveys the uncertainty of the estimate.
What makes an estimator unbiased, and what does consistency mean?
An estimator $\hat{\theta}$ is unbiased if $E[\hat{\theta}] = \theta$. It is consistent if $\hat{\theta}$ converges in probability to $\theta$ as $n \to \infty$, so estimates improve with more data.
Contrast the null hypothesis and the alternative hypothesis, and describe p-values and significance levels.
The null hypothesis $H_0$ states no effect or no difference (the default, e.g. $\mu = \mu_0$); the alternative $H_a$ states the effect the researcher suspects. The p-value is the probability of observing data as extreme as seen if $H_0$ were true; if it is at most the significance level $\alpha$ (often $0.05$), $H_0$ is rejected.
What this deck covers
The Statistics and Probability for Analytics deck follows the Data Analytics Statistics and Probability for Analytics syllabus — 6 chapters and 26 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 8.5 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 188 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Statistics and Probability for Analytics flashcards FAQ
How many Statistics and Probability for Analytics flashcards are in this Data Analytics deck?
51 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these Data Analytics flashcards free?
Yes. The preview here is free to read with no signup, and the full 51-card deck is free inside the Examius app.
What do the Statistics and Probability for Analytics cards cover?
They follow the Data Analytics Statistics and Probability for Analytics syllabus — 6 chapters and 26 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.