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
BijuP
Level II

NonLinear Fit locking parameters

Hello JMP Gurus,

I am using the JMP NonLinear platform fit for fitting a 6-parameter model for 2 categories (using By). I am providing reasonably good initial guesses for the parameters.

1) I would like to lock 2 of the 6 parameters for a first iteration for easier convergence. How can this be done via JSL?

2) I would like to first run with the 2 locked parameters, and after the first "Go" converges, would like to unlock the 2 parameters & re-run the fit again to finish. How can this be done via JSL?

3) How to do 1) & 2) for each of the two By categories individually?

 

I am using JPM14Pro. Attached a snapshot of the NL platform on launch.

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Byron_JMP
Staff

Re: NonLinear Fit locking parameters

Take a look at the scripting index.  Help>Scripting Index

 

Byron_JMP_0-1660057833141.png

There are a bunch of example scripts for controlling the non-linear platform

JMP Systems Engineer, Health and Life Sciences (Pharma)

View solution in original post

2 REPLIES 2
Byron_JMP
Staff

Re: NonLinear Fit locking parameters

Take a look at the scripting index.  Help>Scripting Index

 

Byron_JMP_0-1660057833141.png

There are a bunch of example scripts for controlling the non-linear platform

JMP Systems Engineer, Health and Life Sciences (Pharma)
BijuP
Level II

Re: NonLinear Fit locking parameters

Thank you for the pointer.

Cheers!

Recommended Articles