Internal function used to combine test set predictions from emulators to form the ensemble training set
generate_ensemble_training_set(emulator, parameters, measures,
observed_data, all_model_predictions)
An emulator object from which the test set data is being predicted
Vector containing the names of the simulation parameters in the dataset on which the emulator is being trained
Vector containing the simulation outputs that the emulators should be able to predict
Data obtained from experimentation on the simulator itself, and now used to train the ensemble
The set of predictions from numerous emulators to which this set of predictions is being added
updated all_model_predictions containing predictions for this emulator. This updated list becomes the training set for the ensemble.