cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Annabelle
Level I

constraining 1 output variable

Hi,

I am wanting to apply a constraint to one of six output variables in a prediction profiler as currently the profiler predicts positive values when the input values match those used to form the model but generates negative values when trying to extend the data to inputs not used to build the model 

 

Thanks

1 REPLY 1

Re: constraining 1 output variable

You do not state the type of model that you are using for prediction. I will assume that it is a linear regression model.

 

You might use a transformed response with your model, where the transform linearizes the response and satisfies the linear regression assumption that the fitted response may vary from negative infinity to positive infinity. For example, when the response is physically constrained to [0,1] (e.g., yield 0-100%), then the logit transform of Y helps.

 

You might use a different type of model, such as a neural network or  a non-linear model from theory for the response curve that you desire.

Recommended Articles