generate_predictions_from_emulator: Internal function to generate predictions from an emulator

Description Usage Arguments Value

View source: R/emulation_utilities.R

Description

Internal function to generate predictions from an emulator

Usage

1
2
generate_predictions_from_emulator(emulator, parameters, measures,
  data_to_predict)

Arguments

parameters

Parameters on which the model will take as input

measures

Simulation responses the model should predict

data_to_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.

emulation

The emulation object to use to make the predictions

Value

Predictions generated for this unseen data, in the same scale as the normalised data used to train the emulation.


spartan documentation built on May 2, 2019, 9:39 a.m.