A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Autocorrelation: Structure and Sources

College Depth 110 in the knowledge graph I know this Set as goal
4topics build on this
855prerequisites beneath it
See this on the map →
Classical OLS Assumptions (Gauss-Markov)Time Series Data: Structure and ConceptsDurbin-Watson Statistic for Autocorrelation
autocorrelation time-series diagnostics

Core Idea

Autocorrelation (serial correlation) occurs when errors are correlated over time: Cov(uₜ, uₛ) ≠ 0 for t ≠ s, often following an AR(1) structure. Sources include omitted variables, model misspecification, or true dynamics. Autocorrelation does not bias OLS but inflates standard errors, invalidating inference.

Explainer

You already know that OLS assumes the errors are uncorrelated with each other — that's one of the core OLS assumptions. In cross-sectional data, this is often plausible: the measurement error on one person's wage has nothing to do with another's. But in time-series data, this assumption is routinely violated. If GDP was above trend last quarter, it tends to be above trend this quarter too. That persistence in the outcome bleeds into the residuals if your model doesn't fully explain it, creating autocorrelation — each error is correlated with its own past.

The most common pattern is AR(1) autocorrelation, where the error today is a scaled version of yesterday's error plus a new shock: uₜ = ρuₜ₋₁ + εₜ. The parameter ρ (rho) measures how persistent the correlation is. If ρ = 0.8, today's error is strongly predicted by yesterday's. If ρ = 0, errors are independent and you're fine. When autocorrelation exists, OLS still finds the same coefficient estimates — it remains unbiased — but the formula it uses to compute standard errors assumes independent errors, so those standard errors are wrong. Typically they are too small, making t-statistics too large and inference too confident.

The sources of autocorrelation give you a diagnostic roadmap. Omitted variables that are themselves persistent will inject their dynamics into your residuals — if you're modeling consumption but omit consumer sentiment (which drifts slowly), the omitted variable's autocorrelation becomes your residuals' autocorrelation. Model misspecification — for instance, fitting a linear trend to an exponentially growing series — leaves a systematic curved pattern in residuals, which appears as autocorrelation even if the underlying errors aren't. True dynamics are a third source: if the true model should include lagged Y on the right-hand side (because yesterday's outcome causes today's), omitting those lags forces the dynamic into the error term.

Understanding the lag structure matters because not all autocorrelation is AR(1). MA(1) errors (where this period's error depends on last period's shock but not last period's error) have a different pattern: significant autocorrelation at lag 1 only. Seasonal data can show autocorrelation at lag 12 (monthly) or lag 4 (quarterly). The autocorrelation function (ACF) and partial autocorrelation function (PACF) plots reveal these patterns — a slow decay in the ACF is diagnostic of AR structure, while a sharp cutoff points to MA structure. Before applying any correction (GLS, Newey-West standard errors, adding lags), diagnose the pattern carefully: the right fix depends on the right diagnosis.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsCenter of MassConservation of Linear MomentumElastic CollisionsInelastic CollisionsCoefficient of RestitutionCollision Analysis and Real-World ApplicationsTwo-Body Collisions in the Center-of-Mass FrameReduced Mass and Two-Body ProblemsKinematics in Two DimensionsProjectile MotionCircular Motion: KinematicsSimple Harmonic MotionIntroduction to Differential EquationsSolow Growth ModelCapital Accumulation and the Golden RuleInvestment Demand and Capital FormationAggregate DemandThe AS-AD ModelBusiness CyclesTime Series Data: Structure and ConceptsAutocorrelation: Structure and Sources

Longest path: 111 steps · 855 total prerequisite topics

Prerequisites (2)

Leads To (1)