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
marks
Level I

Power Fit Equation for JMP

I have data that follow a power law and I need to plot the regression and use the coefficients for lifetime calculations.  Is there a method, or script, developed to do this in JMP?

1 ACCEPTED SOLUTION

Accepted Solutions
peterj
Level III

Re: Power Fit Equation for JMP

You can create a power model using the Analyze -> Modeling -> Non-linear. In the model library, select Model E (2P) to create the new formula for your prediction.

Attached is a script that creates some random data and will create a power fit through the data. In this example z=x^y and the fit is done accordingly.

View solution in original post

1 REPLY 1
peterj
Level III

Re: Power Fit Equation for JMP

You can create a power model using the Analyze -> Modeling -> Non-linear. In the model library, select Model E (2P) to create the new formula for your prediction.

Attached is a script that creates some random data and will create a power fit through the data. In this example z=x^y and the fit is done accordingly.

Recommended Articles