search for: cijk

Displaying 1 result from an estimated 1 matches for "cijk".

Did you mean: cij
2007 Nov 30
0
Is there any multivariate regression function to combine all variables from a dataset?
...;ve been looking for a function that combines all variables from a dataset because I need to do multivariate regression. If we have linear regression with an expression like f(x) = a0 + sum(ai*xi) what I want to do is something like f(x) = a0 + sum(ai*xi) + sum(sum(bij * xi * xj)) + sum(sum(sum(cijk*xi*xj*xk))) + ... So I need a function that combines all the values from the dataset in order to produce the xi, xi*xj, xi*xj*xk values. The variables can take values in different ranges so I need that the function controls the scale. After that I would apply the regression to the obtained data...