In statistics, the power transform is from a family of functions that are applied to create a rank-preserving transformation of data using power functions. This is a useful data (pre)processing technique used to stabilize variance, make the data more normal distribution-like, improve the Pearson correlation between variables and for other data stabilization procedures. The Box–Cox transformation, by statisticians George E. P. Box and David Cox, is one particular way of parameterising a power transform that has advantageous properties.
Contents |
The power transformation is defined as a continuously varying function, with respect to the power parameter λ, in a piece-wise function form that makes it continuous at the point of singularity (λ = 0). For data vectors (y1,..., yn) in which each yi > 0, the power transform is
where
is the geometric mean of the observations y1, ..., yn.
The inclusion of the (λ − 1)th power of the geometric mean in the denominator implies that the units of measurement do not change as λ changes. That makes it possible to compare sums of squares of residuals and choose the value of λ that minimizes that sum.
The value at Y = 1 for any λ is 0, and the derivative with respect to Y there is 1 for any λ. Sometimes Y is a version of some other variable scaled to give Y = 1 at some sort of average value.
The transformation is a power transformation, but done in such a way as to make it continuous with the parameter λ at λ = 0. It has proved popular in regression analysis, including econometrics.
Box and Cox also proposed a more general form of the transformation that incorporates a shift parameter.
If τ(Y, λ, α) follows a truncated normal distribution, then Y is said to follow a Box–Cox distribution.
The power transformation above is used by box-cox for calculating the profile likelihood function for &lambda. However, the box-cox transformation itself is defined as
The BUPA liver data set contains data on liver enzymes ALT and γGT. The data can be found via the classic data sets page. Suppose we are interested in using log(γGT) to predict ALT. A plot of the data appears in panel (a) of the figure. There appears to be non-constant variance, and a Box–Cox transformation might help.
The log-likelihood of the power parameter appears in panel (b). The horizontal reference line is at a distance of χ12/2 from the maximum and can be used to read off an approximate 95% confidence interval for λ. It appears as though a value close to zero would be good, so we take logs.
Possibly, the transformation could be improved by adding a shift parameter to the log transformation. Panel (c) of the figure shows the log-likelihood. In this case, the maximum of the likelihood is close to zero suggesting that a shift parameter is not needed. The final panel shows the transformed data with a superimposed regression line.
Note that although Box–Cox transformations can make big improvements in model fit, there are some issues that the transformation cannot help with. In the current example, the data are rather heavy-tailed so that the assumption of normality is not realistic and a robust regression approach leads to a more precise model.
Economists often characterize production relationships by some variant of the Box–Cox transformation.
Consider a common representation of production Q as dependent on services provided by a capital stock K and by labor hours N:
Solving for Q by inverting the Box–Cox transformation we find
which is known as the constant elasticity of substitution (CES) production function.
The CES production function is a homogeneous function of degree one.
When λ = 1, this produces the linear production function:
When λ → 0 this produces the famous Cobb-Douglas production function:
The SOCR resource pages contain a number of hands-on interactive activities demonstrating the Box–Cox (Power) Transformation using Java applets and charts. These directly illustrate the effects of this transform on Qq plots, X-Y scatterplots, time-series plots and histograms.