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.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

How to predict an output on a table of inputs based on a Gaussian Process model ?

Hi,

I am a new user of JMP and I have done a design of experiment (Latin Hypercube) that gives me the values of an output (Y) depending on 3 inputs (X1, X2, X3).

I have then analyzed this (X, X2, X3, Y) table with a Gaussian process model.

 

I now would like to use this model to predict Y on a dedicated table of (X1, X2, X3) values.

Is this possible ?

In the model I can predict Y at one (X1, X2,X3) using the Prediction Profiler, but I would like to do the prediction on a big table of (X1, X2, X3).

 

Regards,

Arthur

1 REPLY 1
cwillden
Super User (Alumni)

Re: How to predict an output on a table of inputs based on a Gaussian Process model ?

Hi @adroit,

Click the red-arrow next to "Gaussian Process Model" in the report and select "Save Prediction Formula."  This will create a new column in your table with a formula that produces the predicted values from the values of X1, X2, and X3.  You can actually just copy the formula over into a new column in the big table you're describing.  If the columns have the exact same names for X1, X2, and X3 between the 2 tables then it should work immediately.

-- Cameron Willden

Recommended Articles