cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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