Time Series • Statistics Background for Forecasting
Time Series / Use of Data Transformations and Adjustments

Use of Data Transformations and Adjustments

Notes 3 Statistics Background for Forecasting

A transformation is a change of scale applied to each observation, such as taking logarithms, so that variation or shape becomes easier to study. An adjustment is a change made to correct or simplify a feature of the series, such as removing a changing level, handling a calendar effect, or treating an unusual observation.

Notes

Use of Data Transformations and Adjustments

Definition

A transformation is a change of scale applied to each observation, such as taking logarithms, so that variation or shape becomes easier to study. An adjustment is a change made to correct or simplify a feature of the series, such as removing a changing level, handling a calendar effect, or treating an unusual observation.

Example

If monthly sales grow and the ups and downs become larger as the level rises, a logarithmic transformation can make the variation more stable before further analysis.

Why Transformation May Be Useful

  • Stabilising variability: when swings grow with the size of the series, a log or square-root scale can reduce that fan shape.
  • Making patterns easier to model: a straighter trend or more even seasonal waves can be simpler to describe at an introductory level.
  • Handling scale differences: very large numbers can be compared more fairly on a log scale.

Transformations should be chosen from the nature of the data, not from habit. If variability is already stable, transforming without reason can make interpretation harder.

Introductory Transformations

Logarithmic transformation

Each positive value Y is replaced by log(Y). Percentage-like growth and increasing spread often look more regular after a log. Values must be positive. After analysis, results may need to be converted back to the original units for a practical report.

Square-root transformation

Each non-negative value Y is replaced by √Y. This is a milder change than a logarithm and is sometimes used when counts are moderately variable. It is not required for every series.

Differencing as a Basic Adjustment

Differencing replaces a series by its period-to-period changes: Dt = Yt − Yt−1. This can remove a steadily changing level so that the remaining series is easier to look at. Unit 2 only needs this idea. Detailed use of differencing inside ARIMA models belongs to Unit 3 and is not developed here.

Example

Sales 40, 42, 45 have first differences 2 and 3. The original series is climbing; the differences describe the size of each step.

Transformation vs Adjustment

Transformation Adjustment
Main idea Change the scale of the values Correct or simplify a feature of the series
Typical tools Log, square root Differencing, calendar correction, treating an outlier
Simple example log of monthly sales First difference of a climbing series

Practical Interpretation

Suppose weekly sales rise and the later weeks bounce more than the early weeks. A time plot of the raw series would show a widening fan. A plot of log sales may look more even. That does not prove a model; it only shows why a transformation might be considered. If instead the problem is a steadily rising level with similar bounce, a difference of the original series may be the more relevant adjustment.

Exam-Oriented Key Points

  1. Use transformation to change scale, often to stabilise variability.
  2. Use adjustment to correct or simplify a feature such as changing level.
  3. Log and square-root transformations are introductory options for suitable data.
  4. Differencing is a basic adjustment for changing level; ARIMA details come in Unit 3.
  5. Choose the method from the behaviour of the series, not automatically.