Hi Phil,
in principal your idea works for my probleme. However, reality is sometimes more complex than expected...
For my approach, I have to consider also the uncertainity interval around my model. JMP only allows me to use CIs. However, with a simple trick where I save the PredSE Formula and add the MSE to that formula (see picture below with the example of 9.1816) I can also approximate the 95% prediction interval (PI).
Marco__0-1657724874893.png
So what I actually want to know is, where does my PI intersect with my specification limits in order to define an acceptable input-parameter range.
I could do this with you approach by:
- Create a new column where I have to multiply the "adjusted" PredSE column with the correct t value to consider the degrees of freedom of my model. Lets call this column "Interval"
- Add the value from the Interval column to the :Pred Formula column and check whether the upper PI falls within the Specs
- Substract from the :Pred Formula the value from the Interval column and check if also the lower PI falls within the specs.
- If 2 and 3 are true => 1 and if not => 0
Since I have to perform this process on multiple outputs/models it is too much effort to this manually. Especially the degrees of freedom in each of my models are different and I would need to adapt the value manually. Do you have any idea how I can automate this process or do you have a different idea how I can tackle this probleme?