Internal function to generate predictions from an emulator
generate_predictions_from_emulator(emulator, parameters, measures,
data_to_predict)
Parameters on which the model will take as input
Simulation responses the model should predict
Unseen values for the parameters for which the measures should be predicted. Has been pre-processed such that it is in the correct scale for the emulation.
The emulation object to use to make the predictions
Predictions generated for this unseen data, in the same scale as the normalised data used to train the emulation.