🇮🇳 CFA (Chartered Financial Analyst) · flashcards
CFA (Chartered Financial Analyst) Quantitative Methods Flashcards
67 question-and-answer cards covering Quantitative Methods as it is examined in CFA (Chartered Financial Analyst). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Quantitative Methods deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
State the binomial probability function and its mean and variance.
$$P(X=x) = \binom{n}{x} p^{x}(1-p)^{n-x}$$ for $n$ independent Bernoulli trials with success probability $p$. Mean $=np$; variance $=np(1-p)$.
List the key properties of the normal distribution.
It is symmetric (skewness 0, kurtosis 3, mean = median = mode), fully described by $\mu$ and $\sigma^{2}$, has tails extending to $\pm\infty$, and a linear combination of normally distributed variables is also normal. About 68%, 95%, and 99% of observations lie within 1, 2, and 3 SDs.
What is the standard normal distribution and the z-score formula?
The standard normal is a normal distribution with $\mu=0$ and $\sigma=1$. Standardize any normal variable with $$Z = \frac{X - \mu}{\sigma}$$ giving the number of standard deviations $X$ is from the mean.
What confidence intervals correspond to roughly 90%, 95%, and 99% for a normal variable?
$$\mu \pm 1.645\sigma \;(90\%), \quad \mu \pm 1.96\sigma \;(95\%), \quad \mu \pm 2.58\sigma \;(99\%)$$ (z-values 1.645, 1.96, and 2.58 respectively.)
Define Roy's safety-first ratio and its relation to shortfall risk.
$$SFRatio = \frac{E(R_{p}) - R_{L}}{\sigma_{p}}$$ where $R_{L}$ is the threshold (minimum acceptable) return. The optimal portfolio maximizes the SFRatio, minimizing the probability that return falls below $R_{L}$ (shortfall risk). If returns are normal, $P(R_{p}<R_{L})=N(-SFRatio)$.
Describe the lognormal distribution and why it is used for asset prices.
A variable is lognormally distributed if its natural log is normally distributed. It is bounded below by 0 and skewed to the right, making it suitable for modeling asset prices (which cannot be negative). Continuously compounded returns are normally distributed when prices are lognormal.
What is the continuously compounded return for a holding period, and how does it relate to the HPR?
$$r_{cc} = \ln(1 + HPR) = \ln\!\left(\frac{P_{1}}{P_{0}}\right)$$ Continuously compounded returns are additive across periods, and the multi-period rate is $T$ times the single-period rate when i.i.d.
What is Monte Carlo simulation and what are its limitations?
Monte Carlo simulation generates many random outcomes from specified probability distributions to value complex instruments or analyze risk. Its limitations: it is only as good as the assumptions/distributions used, is computationally intensive, and provides statistical (not analytic) answers, offering no insight into cause-and-effect.
Compare simple random, stratified random, cluster, systematic, and convenience sampling.
Simple random: every item equally likely. Stratified: population divided into strata, random samples drawn proportionally from each. Cluster: population split into clusters, entire clusters sampled. Systematic: select every $k$th item. Convenience: easily accessible items (non-probability, prone to bias).
State the central limit theorem (CLT).
For a population with mean $\mu$ and finite variance $\sigma^{2}$, the sampling distribution of the sample mean $\bar{X}$ approaches a normal distribution with mean $\mu$ and variance $\frac{\sigma^{2}}{n}$ as sample size $n$ becomes large (generally $n\geq 30$), regardless of the population's distribution.
What is the standard error of the sample mean?
When the population standard deviation $\sigma$ is known: $$\sigma_{\bar{X}} = \frac{\sigma}{\sqrt{n}}$$ When unknown, estimate it with the sample standard deviation: $s_{\bar{X}} = \frac{s}{\sqrt{n}}$. It measures the dispersion of the sampling distribution of the mean.
Distinguish a point estimate from a confidence interval, and list the desirable properties of an estimator.
A point estimate is a single value for a parameter; a confidence interval is a range expected to contain the parameter with a given probability. Good estimators are unbiased (expected value equals the parameter), efficient (smallest variance), and consistent (converges to the parameter as $n$ grows).
Give the general form of a confidence interval for a population mean.
$$\bar{X} \pm (\text{reliability factor}) \times (\text{standard error})$$ Use $z$ when $\sigma$ is known (or large $n$): $\bar{X} \pm z_{\alpha/2}\frac{\sigma}{\sqrt{n}}$. Use $t$ when $\sigma$ is unknown and the population is approximately normal: $\bar{X} \pm t_{\alpha/2}\frac{s}{\sqrt{n}}$.
When should the t-distribution be used instead of the z-distribution, and how does it differ?
Use the t-distribution when the population variance is unknown (especially for small samples) and the population is approximately normal. It is symmetric and bell-shaped but has fatter tails than the normal; as degrees of freedom ($n-1$) increase, it approaches the standard normal.
Compare the bootstrap and jackknife resampling methods.
Both estimate the sampling distribution/standard error of a statistic. The bootstrap repeatedly draws samples of size $n$ with replacement from the original sample. The jackknife systematically leaves out one observation at a time (computing the statistic $n$ times). The bootstrap is more computationally intensive but more flexible.
Define data-snooping (data-mining) bias, sample selection bias, survivorship bias, look-ahead bias, and time-period bias.
Data-snooping: repeatedly testing data until a pattern appears. Sample selection: systematic exclusion of certain data. Survivorship: a form of selection bias where failed entities are excluded. Look-ahead: using information not available at the decision date. Time-period: results specific to a chosen, possibly unrepresentative, period.
Distinguish the null hypothesis from the alternative hypothesis.
The null hypothesis ($H_{0}$) is the statement being tested, generally containing equality (=, $\leq$, or $\geq$) and presumed true unless rejected. The alternative hypothesis ($H_{a}$) is what is concluded if $H_{0}$ is rejected and reflects the researcher's belief.
List the steps in hypothesis testing.
1) State $H_{0}$ and $H_{a}$; 2) identify the appropriate test statistic and its distribution; 3) specify the significance level $\alpha$; 4) state the decision rule (critical values); 5) compute the test statistic; 6) make the statistical decision (reject or fail to reject $H_{0}$); 7) make the economic/investment decision.
Define Type I and Type II errors and relate them to the significance level and power.
Type I error: rejecting a true $H_{0}$; its probability is the significance level $\alpha$. Type II error: failing to reject a false $H_{0}$; its probability is $\beta$. Power of a test $=1-\beta$ (probability of correctly rejecting a false null). Lowering $\alpha$ raises $\beta$ for a fixed sample size.
Distinguish a one-tailed from a two-tailed hypothesis test.
A two-tailed test examines whether a parameter differs from a value ($H_{a}: \theta \neq \theta_{0}$), splitting $\alpha$ into both tails. A one-tailed test examines a direction ($H_{a}: \theta > \theta_{0}$ or $\theta < \theta_{0}$), placing all of $\alpha$ in one tail.
Define the p-value and give its decision rule.
The p-value is the smallest significance level at which the null hypothesis can be rejected—the probability of obtaining a test statistic at least as extreme as observed if $H_{0}$ is true. Reject $H_{0}$ if p-value $< \alpha$.
What is the test statistic for testing a single population mean?
With unknown population variance (most common): $$t = \frac{\bar{X} - \mu_{0}}{s/\sqrt{n}}$$ with $n-1$ degrees of freedom. If $\sigma$ is known, use the z-statistic $z = \frac{\bar{X}-\mu_{0}}{\sigma/\sqrt{n}}$.
Distinguish statistical significance from economic significance.
Statistical significance means a result is unlikely due to chance (e.g., p-value $<\alpha$). Economic significance means the result is large enough to matter for decisions after accounting for transaction costs, taxes, and risk. A statistically significant result may lack economic significance.
What test statistics are used for the variance of a normal population and for comparing two variances?
For a single variance, use the chi-square statistic $$\chi^{2} = \frac{(n-1)s^{2}}{\sigma_{0}^{2}}$$ with $n-1$ degrees of freedom. To compare two population variances, use the F-statistic $$F = \frac{s_{1}^{2}}{s_{2}^{2}}$$ (larger variance in the numerator).
What this deck covers
The Quantitative Methods deck follows the CFA (Chartered Financial Analyst) Quantitative Methods syllabus — 4 chapters and 16 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 16.8 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 270 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.
Quantitative Methods flashcards FAQ
How many Quantitative Methods flashcards are in this CFA (Chartered Financial Analyst) deck?
67 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these CFA (Chartered Financial Analyst) flashcards free?
Yes. The preview here is free to read with no signup, and the full 67-card deck is free inside the Examius app.
What do the Quantitative Methods cards cover?
They follow the CFA (Chartered Financial Analyst) Quantitative Methods syllabus — 4 chapters and 16 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.