CFA L1 2027

V1 Module 7 Errata: Estimation and Hypothesis Testing

Volume 1 · Quantitative Methods

Published by Updated by
17 independently reviewed issues11 issues explained12 min read

Quizara produced this analysis independently. It is not an official CFA Institute errata notice, and inclusion here must not be read as CFA Institute confirmation, endorsement, or approval.

Read how Quizara checks sources, product claims, dates, and corrections in our editorial standards.

On this page

1. Strong Skewness Is Treated as a CLT Violation

Curriculum location: The Central Limit Theorem, Confidence Intervals, and Sampling, gold-price case conclusion, p. 319.

"Significant skewness or extreme values, such as those seen with gold prices, violate these assumptions, making the resulting confidence intervals less reliable."

Strong skewness or extreme observations can make a finite-sample normal approximation poor and require a larger sample. They do not, by themselves, violate the CLT when observations are independent and identically distributed and have finite variance.

Correct reading: Strong skewness or extreme observations can require a larger sample before the normal approximation is reliable; they are not automatically violations of the CLT assumptions.

Candidates should distinguish a slow finite-sample approximation from a failure of the theorem's conditions.

2. VaR Is Misclassified as a Confidence Interval

Curriculum location: The Central Limit Theorem, Confidence Intervals, and Sampling, VaR discussion, p. 319.

"VaR represents the lower bound in a one-sided confidence interval around the expected value."

The passage classifies a loss quantile as an interval estimate. VaR identifies a one-sided loss threshold for a stated horizon and confidence level, whereas a confidence interval estimates an unknown parameter.

Correct reading: VaR is a one-sided loss threshold for a stated holding period and confidence level, not a confidence interval for a population parameter.

Candidates should distinguish a risk threshold from an interval that describes uncertainty about an estimated parameter.

3. Probability Sampling Is Said to Give Everyone an Equal Chance

Curriculum location: The Central Limit Theorem, Confidence Intervals, and Sampling, probability-sampling introduction, p. 322.

"Probability sampling ensures every member of the population has an equal chance of selection, leading to a representative sample."

Equal selection probability is a feature of simple random sampling, not a requirement for every probability-sampling design. Other probability samples may assign different selection probabilities across population members.

Correct reading: Probability sampling gives every member of the population a known, nonzero probability of selection. Those probabilities need not be equal.

This distinction prevents candidates from rejecting valid probability-sampling designs merely because their selection probabilities differ.

4. The Simple-Random-Sampling Paragraph Calls Selection Bias Sampling Error

Curriculum location: The Central Limit Theorem, Confidence Intervals, and Sampling, simple-random-sampling introduction, p. 322.

"This method can introduce sampling error because biased samples can generate biased estimates of the true parameter values."

Sampling error is random sample-to-sample variation caused by observing only a subset of the population. Selection bias is a systematic distortion caused by the sampling mechanism. An unbiased random sample can therefore have sampling error without being biased.

Correct reading: An unbiased random sample can still have sampling error because only a subset of the population is observed. Selection bias is a separate systematic problem in how observations enter the sample.

Candidates should distinguish unavoidable random sampling variation from a selection process that is systematically displaced.

5. Systematic Sampling Omits Its Random Start

Curriculum location: The Central Limit Theorem, Confidence Intervals, and Sampling, systematic-sampling discussion, p. 322.

"Systematic sampling selects every th member of a sample population."

"Since every member has an equal chance of being selected, the sample is likely to be more representative of the population than a simple random sample."

Selecting every th unit is not a probability design until the starting position is randomized. With a fixed start, one subset is selected with certainty and the others cannot be selected. Periodicity aligned with can also make the sample less representative, so systematic sampling is not generally superior to simple random sampling.

Correct reading: Randomly choose the start among the first positions, then take every th member and check for relevant periodicity.

Candidates should include the random start and check periodicity when identifying or implementing a valid systematic sample.

6. Right-Tailed Tests Use the Wrong Decision Rule

Curriculum location: Hypothesis Testing and Parametric Testing, Establish the Decision Rule, p. 333.

"If the absolute value of the test statistic exceeds the critical value, we reject the null hypothesis in favor of the alternative hypothesis, considering the result statistically significant."

Curriculum location: Hypothesis Testing and Parametric Testing, difference-in-means case, p. 345. The stated alternative is right-tailed.

"At , reject if ."

"At , reject if ."

Taking an absolute value removes direction. That shortcut is valid for a symmetric two-tailed test, but not for a one-tailed test. The negative cutoffs in the worked example likewise define a left-tailed rejection region even though the stated alternative requires a right-tailed region.

Correct reading: Reject the null hypothesis when the test statistic enters the rejection region implied by the alternative hypothesis. Use the absolute-value shortcut only for a symmetric two-tailed test. For this right-tailed example, the correct rejection rules are

  • At , reject if .
  • At , reject if .

Tail direction controls the sign of the cutoff, the rejection inequality, and the p-value calculation. Correct arithmetic cannot rescue a decision rule that points in the wrong direction.

7. Population Sizes Are Used Instead of Sample Sizes

Curriculum location: Hypothesis Testing and Parametric Testing, difference-in-means degrees of freedom, p. 344.

"The degrees of freedom for the test are determined by the two population sizes and are equal to ."

The formula uses and , which the same page defines as the two sample sizes. The sizes of the underlying populations do not determine the pooled two-sample t-test degrees of freedom.

Correct reading: The degrees of freedom are determined by the two sample sizes and equal .

Candidates should use the observations in the two samples—not the sizes of the populations from which those samples were drawn—to determine the degrees of freedom.

8. The General p-Value Definition Is Written as a Right-Tail Rule

Curriculum location: Hypothesis Testing and Parametric Testing, p-value definition, p. 354.

"It is the probability of observing a test statistic at least as high as the sample’s assuming that is true."

“At least as high” describes only a right-tailed test. The same paragraph also gives left-tailed and two-tailed formulas, for which the relevant outcomes are respectively low enough or extreme in either direction.

Correct reading: A p-value is the probability, assuming is true, of observing a test statistic at least as extreme as the one observed, with extremeness determined by the alternative hypothesis and the test direction.

Candidates should identify the alternative hypothesis before deciding which tail or tails count as evidence against .

9. T.DIST.RT(prob, df) Reverses the Function's Input and Output

Curriculum location: Hypothesis Testing and Parametric Testing, calculator-function table, p. 357.

Description cell:

"Returns the right tail probability of a t-distribution with a given input, the inverse of the Student’s t-distribution for a one-tailed test"

Excel syntax cell:

"T.DIST.RT(prob, df)"

The calculator entry reverses input and output by describing a tail-probability function as an inverse function.

Correct reading: T.DIST.RT(x, df) takes a t value and degrees of freedom and returns the probability to the right. An inverse function instead takes a probability and returns a cutoff.

Candidates need this distinction to choose between calculating a tail probability and retrieving a critical value.

10. Spearman's Shortcut Omits the No-Ties Condition

Curriculum location: Non-Parametric Tests, Spearman calculation procedure, p. 360. The original sequence discusses average ranks for ties and then gives the following shortcut without a no-ties condition.

""

The rank-difference shortcut is exact when there are no tied ranks. When ties occur, assigning average ranks changes the variance structure behind that shortcut.

Correct reading: When there are no tied ranks, the rank-difference shortcut may be used directly. When ties are present, assign average ranks and calculate Spearman correlation as the Pearson correlation of the assigned ranks.

Before applying the shortcut, candidates should check whether tied ranks are present.

11. Sample Statistics Are Used in Population Hypotheses

Curriculum location: Non-Parametric Tests, Spearman hypothesis test, p. 363.

"The null hypothesis, ."

"The alternative hypothesis, ."

The hypotheses concern the population rank-correlation parameter, not the statistic observed in one sample. Using in the hypotheses confuses the quantity being tested with the evidence used to test it.

Correct reading: State the hypotheses using the population rank-correlation parameter:

The sample statistic is then calculated from the observed data.

Candidates should identify whether each symbol denotes a population parameter or a sample statistic before writing hypotheses.

Complete Module 7 Body-Text Errata Index

Scope: Module 7, pp. 309–379 (printed page numbers).

What this review covers. Errors in the printed curriculum that would change a candidate's answer or understanding: wrong numbers, wrong formulas, reversed logic, and statements that contradict the module's own data. It does not list spelling mistakes, equation-numbering slips, or wording that is loose but defensible.

TopicCurriculum locationConfirmed curriculum errorCorrected reading
CLT, Confidence Intervals, and Samplingp. 315, robust-estimator paragraphRobustness is said to ensure consistency.Robustness limits sensitivity to deviations; it does not by itself guarantee consistency.
CLT, Confidence Intervals, and Samplingp. 319, gold-price conclusionStrong skewness or extreme values are said to violate the CLT assumptions.They may slow finite-sample normal approximation and require a larger sample, but do not automatically violate the CLT assumptions.
CLT, Confidence Intervals, and Samplingpp. 319-321, VaR discussionVaR is repeatedly classified as a one-sided confidence interval.VaR is a one-sided loss threshold for a stated horizon and confidence level.
CLT, Confidence Intervals, and Samplingp. 322, probability samplingAll probability samples are said to give every member an equal selection chance.Probability sampling requires known, nonzero selection probabilities; equality is not universal.
CLT, Confidence Intervals, and Samplingp. 322, simple random samplingSampling error is explained through biased samples, conflating random variation with selection bias.Sampling error can occur in an unbiased random sample; selection bias is a separate systematic problem.
CLT, Confidence Intervals, and Samplingp. 322, systematic samplingEqual selection chances are asserted without the random-start mechanism, and systematic sampling is claimed to be more representative than simple random sampling.Randomly choose the start from the first positions, then take every th member; also check for periodicity aligned with .
Hypothesis Testing and Parametric Testingp. 333, Z/t selection bulletsOverlapping conditions can prescribe both Z and t for the same data.Known leads to Z; unknown generally leads to t under the stated normal setup, with large-sample approximation treated separately.
Hypothesis Testing and Parametric Testingpp. 333-334, decision ruleThe absolute-value rule is stated as universal.Absolute value is a symmetric two-tailed shortcut; the general rule follows the rejection region implied by .
Hypothesis Testing and Parametric Testingp. 343, single-variance caseFail to reject is interpreted as establishing that the variance is at or below the null threshold.Conclude only that evidence is insufficient to establish that the variance exceeds the threshold.
Hypothesis Testing and Parametric Testingp. 344, difference-in-means degrees of freedomThe text says the two population sizes determine degrees of freedom.The two sample sizes determine degrees of freedom.
Hypothesis Testing and Parametric Testingpp. 345-346, difference-in-means caseA right-tailed alternative is paired with negative left-tail critical values and an inconsistent explanation.Use positive right-tail cutoffs and compare with those cutoffs.
Hypothesis Testing and Parametric Testingp. 352, correlation testThe denominator is said to decrease as grows.Holding fixed, the denominator is unchanged; rises and the critical t value falls.
Hypothesis Testing and Parametric Testingp. 354, p-value definitionThe general definition uses the right-tail-only phrase “at least as high.”Define a p-value using outcomes at least as extreme as observed, with direction determined by .
Hypothesis Testing and Parametric Testingp. 357, calculator tableT.DIST.RT is described as an inverse function taking a probability.T.DIST.RT(x,df) takes a t value and returns its right-tail probability.
Non-Parametric Testsp. 360, Spearman procedureThe rank-difference shortcut is presented after tie instructions without a no-ties condition.Use the shortcut only without ties; with ties, correlate the assigned ranks.
Non-Parametric Testspp. 361-362, Exhibit 27 and interpretationExcess-kurtosis values are labeled kurtosis, and positive excess kurtosis is interpreted as lighter tails.Label the values excess kurtosis and interpret positive excess kurtosis as heavier tails than normal.
Non-Parametric Testsp. 363, Spearman hypothesesHypotheses are stated using the sample statistic .State hypotheses using the population parameter and use as sample evidence.

References

This article is an independent candidate-focused analysis of confirmed errors in the CFA Level I 2027 Curriculum, Volume 1 Quantitative Methods, Module 7 Estimation and Hypothesis Testing. It is not an official CFA Institute errata notice, and inclusion here must not be read as CFA Institute confirmation, endorsement, or approval.