alan-turing-institute / mogp-emulator

Package for fitting Gaussian Process Emulators to multiple output computer simulation results.
MIT License
47 stars 14 forks source link

Remove Covariance scale from Kernel #205

Closed edaub closed 2 years ago

edaub commented 3 years ago

The covariance scale can be fit analytically in certain circumstances. When it is buried in the Kernel, this makes it hard to solve for it separately. We should remove it from the kernel and handle separately.