Content deleted Content added
m Minor lang fixes |
|||
Line 5:
==Introduction==
In [[statistics]], a nonlinear transformation of variables is commonly used in practice in regression problems. Alternating conditional expectations (ACE) is one of the methods to find those transformations that produce the best fitting [[additive model]]. Knowledge of such transformations aids in the interpretation and understanding of the relationship between the response and predictors.
ACE
== Mathematical description ==
Line 25:
where <math>\rho</math> is [[Pearson correlation coefficient]]. <math> \rho^*(X, Y)</math> is known as the maximal correlation between <math>X</math> and <math>Y</math>. It can be used as a general measure of dependence.
In the bivariate case, the ACE algorithm can also be regarded as a method for estimating the maximal correlation between two variables.
== Software implementation ==
Line 42:
== Discussion ==
The ACE algorithm provides a fully automated method for estimating optimal transformations in [[Regression analysis|multiple regression]]. It also provides a method for estimating the maximal correlation between random variables. Since the process of iteration usually terminates in a limited number of runs, the time complexity of the algorithm is <math>O(np)</math> where <math>n</math> is the number of samples. The algorithm is reasonably computer efficient.
A strong advantage of the ACE procedure is the ability to incorporate variables of quite different
As a tool for data analysis, the ACE procedure provides graphical output to indicate a need for transformations as well as to guide in their choice. If a particular plot suggests a familiar functional form for a transformation, then the data can be pre-transformed using this functional form and the ACE algorithm can be rerun.
|