Box-Cox transformation is a statistical technique used to transform non-normal dependent variables into a normal shape. It’s named after statisticians George Box and Sir David Roxbee Cox who collaborated on the original paper.

How It Works

The Box-Cox transformation works by identifying an appropriate exponent (Lambda λ) to use to transform the data into a normal shape. The transformation is defined as:

$$ y(\lambda) = \begin{cases} \frac{y^\lambda - 1}{\lambda} & \text{if } \lambda \neq 0, \\ \log(y) & \text{if } \lambda = 0. \end{cases} $$

Benefits

Limitations

Features

Use Cases