-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.qmd
18 lines (13 loc) · 979 Bytes
/
readme.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: "TvGP code"
format: gfm
---
This repository contains code to support the paper "Tensor-variate Gaussian process regression for efficient emulation of complex systems: comparing regressor and covariance structures in outer product and parallel partial emulators" by Semochkina[^soton], Jackson[^durham] and Woods[^soton].
The code is structured as follows:
- each of the folders "influenza_model" and "environmental_model" contains code to generate example results from the paper for the respective simulators;
- within each of these folders, there is an "*_emulation.R" script that runs the emulation and produces the results;
- the "code" folder in the parent directory contains common functions;
- the "code" folders for each model contain specific functions used in the emulation scripts;
- the "data" folders contain the data used in the emulation scripts.
[^soton]: University of Southampton, Southampton, UK
[^durham]: Durham University, Durham, UK