|
Gresha wrote:
> First of all I need to say that I'm new with matlab enviroment. I
> have been trying to find a solution to my problem for several days
> with no results.
>
> The problem is about finding a optimal regression model. The Y value
> has to be described by six variables:
>
> Y= alfa(1)X1+alfa(2)X2+alfa(3)X3+alfa(4)X4+alfa(5)X5+alfa(6)X6
>
> Every variable can be transformed in many ways like: 1/X1, X1^(1/2),
> X1^(1/3)..., so there more than 1000 combinations of the model. Its
> very time consuming to make it manually, test models one by one. I
> need matlab to test all the combinations and to find best fitting
> model to my Y data.
>
> I will aprreciate any tips to my problem.
I don't know if there is a toolbox w/ prepackaged facilities or not; you
might check the TMW web site if purchasing same isn't out of the
question. Also, of course, check the file exchange for any suitable
user-contributed tools.
After that, if one were to itemize the models to be tested, one could
write a script to automate most of the "grunt work" of computing the models.
--
|