cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

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