cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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