cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Alex19
Level II

Second Degree Polynomial Parameter Script

Hi All, 

I have a data set (x and y) that I need to approximate to the 2nd degree polynomial (ax2+bx+c) and report "a" value in the "a"-column.

Is there a potential script for this?

Please see JMP table attached.

Thank you All!

Alex19_0-1748610999157.png

 

2 REPLIES 2

Re: Second Degree Polynomial Parameter Script

It is easy to interactively accomplish your task. Select Analyze > Fit Y by X. Cast the x and y columns into their respective analysis roles and click OK. Click the red triangle and select Fit Polynomial , degree 2

Is there a reason that a script is required?

Alex19
Level II

Re: Second Degree Polynomial Parameter Script

Thank you Mark, I am on this path as well now. It requires some extra work, I thought if someone had the script already - would be more robust. 

Recommended Articles