The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Fitting of custom non-linear function

MarkusBJMarkusBJ Member Posts: 1 Learner III
edited November 2018 in Help
I have some data (~100 examples) : 3 attributes (att1, att2, att3) and the label (lab1)

Theory says that
lab1 = p1*att1^2 + p2*(att2^1/2) + p3*exp^(p4*att3) + p5,
where p1..p5 - some parameters

Is it possible to find these parameters by using Rapidminer (non-linear least squares or something)?
Which operators should I use?

Answers

  • earmijoearmijo Member Posts: 271 Unicorn
    Had it not been for p4, I think you could have transform the attributes and run a simple linear regression. I don't know how to do it in RM.

    You might want to check R or Formulize (http://www.nutonian.com/eureqa-ii/)
Sign In or Register to comment.