Power transform

Power transform

In statistics, the power transform is a family of transformations that map data from one space to another using power functions. This is a useful data (pre)processing technique used to reduce data variation, make the data more normal distribution-like, improve the correlation between variables and for other data stabilization procedures. The Box-Cox transformation is one particular way of parameterising a power transform that has advantageous properties.

Definition

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 ("y"1,..., "y""n") in which each "y""i" > 0, the power transform is

: y_i^{(lambda)} =egin{cases}dfrac{y_i^lambda-1}{lambda(operatorname{GM}(y))^{lambda -1 , &mbox{ if } lambda eq 0 \ \operatorname{GM}(y)log{y_i} , &mbox{ if } lambda = 0end{cases}

where

: operatorname{GM}(y) = (y_1cdots y_n)^{1/n} ,

is the geometric mean of the observations "y"1, ..., "y""n".

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 which incorporates a shift parameter.

: au(y_i;lambda, alpha) = egin{cases} dfrac{(y_i + alpha)^lambda - 1}{lambda (operatorname{GM}(y))^{lambda - 1 & mathrm{if} lambda eq 0, \ \operatorname{GM}(y)ln(y_i + alpha)& mathrm{if} lambda=0.end{cases}

If τ("Y", λ, α) follows a normal distribution, then "Y" is said to follow a Box-Cox distribution.

Use of the power transform

* Power transforms are ubiquitously used in various fields. For example, [http://portal.acm.org/citation.cfm?id=1172964.1173292&coll=&dl=acm&CFID=15151515&CFTOKEN=6184618 multi-resolution and wavelet analysis] , statistical data analysis, [http://www.andrologyjournal.org/cgi/reprint/23/5/629.pdf medical research] , [http://www.springerlink.com/content/y25q020x24602701/ modeling of physical processes] , [http://www.springerlink.com/content/mt81u60813077641/ geochemical data analysis] , [http://www.blackwell-synergy.com/doi/abs/10.1111/j.1467-9876.2005.00476.x epidemiology] and many other clinical, environmental and social research areas.

Power transform activities

The SOCR resource pages contain a number of [http://wiki.stat.ucla.edu/socr/index.php/SOCR_EduMaterials_Activities_PowerTransformFamily_Graphs hands-on interactive activities with the Power Transform] using Java applets and charts.

Example

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.

Econometric application

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":

: au(Q)=alpha au(K)+ (1-alpha) au(N).,

Solving for "Q" by inverting the Box-Cox transformation we find

:Q=ig(alpha K^lambda + (1-alpha) N^lambdaig)^{1/lambda},,

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:

: Q=alpha K + (1-alpha)N.,

When "λ" → 0 this produces the famous Cobb-Douglas production function:

: Q=K^alpha N^{1-alpha}.,

Activities and demonstrations

The SOCR resource pages contain a number of [http://wiki.stat.ucla.edu/socr/index.php/SOCR_EduMaterials_Activities_PowerTransformFamily_Graphs 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.

References

*
* Carroll, RJ and Ruppert, D. [http://wiki.stat.ucla.edu/socr/uploads/b/b8/PowerTransformFamily_Biometrica609.pdf On prediction and the power transformation family] . Biometrika 68: 609–615.
*
* Handelsman, DJ. Optimal Power Transformations for Analysis of Sperm Concentration and Other Semen Variables. Journal of Andrology, Vol. 23, No. 5, September/October 2002.
* Gluzman, S and Yukalov, VI. Self-similar power transforms in extrapolation problems. Journal of Mathematical Chemistry, Volume 39, Number 1 / January, 2006, DOI 10.1007/s10910-005-9003-7, 47–56.
* Howarth, RJ and Earle, SAM. Application of a generalized power transformation to geochemical data Journal Mathematical Geology, Volume 11, Number 1 / February, 1979, DOI 10.1007/BF01043245, pages 45–62.
* Peters, JL Rushton, L, Sutton, AJ, Jones, DR, Abrams, KR, Mugglestone, MA. (2005) Bayesian methods for the cross-design synthesis of epidemiological and toxicological evidence. Journal of the Royal Statistical Society: Series C (Applied Statistics) 54 (1), 159–172, doi:10.1111/j.1467-9876.2005.00476.x

External links

* [http://wiki.stat.ucla.edu/socr/index.php/SOCR_EduMaterials_Activities_PowerTransformFamily_Graphs SOCR Power Transform Activities and Applets]
* [http://www.stat.uconn.edu/~studentjournal/index_files/pengfi_s05.pdf Box-Cox Transformation: An Overview, Pengfei Li]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • transform — verb (T) to completely change the appearance, form, or character of something or someone, especially in a way that improves it: transform sth into: In the last years Korea has been transformed into an advanced industrial power. | transform sb/sth …   Longman dictionary of contemporary English

  • Power Rangers Mystic Force — Format Action/Adventure Fantasy Starring Firass Dirani …   Wikipedia

  • Power Instinct — Genres Fighting game Developers Atlus, Noise Factory Publishers Atlus Platforms Arcade …   Wikipedia

  • Transform fault — (the red lines) A transform fault or transform boundary, also known as conservative plate boundary since these faults neither create nor destroy lithosphere, is a type of fault whose relative motion is predominantly horizontal in either sinistral …   Wikipedia

  • Power Rangers Lost Galaxy — Format Action/Adventure Science fiction Created by Haim Saban …   Wikipedia

  • Power Rangers Dino Thunder — Format Action/Adventure Science fantasy Written by Douglas Sloan …   Wikipedia

  • Power Rangers Ninja Storm — Format Action/Adventure Fantasy Written by Douglas Sloan Ann Austen …   Wikipedia

  • Power Rangers Lightspeed Rescue — Format Action/Adventure Science fantasy Written by Judd …   Wikipedia

  • Power Rangers Time Force — Format Action/Adventure Science fantasy Written by Judd Lynn …   Wikipedia

  • Power Rangers Zeo — Format Action/Adventure Science fantasy Created by Haim Saban Shuki Levy …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”