Skip to content

Instantly share code, notes, and snippets.

View gaceladri's full-sized avatar

gaceladri gaceladri

View GitHub Profile
@vdutor
vdutor / GPAR.py
Created March 2, 2018 11:26
GPAR-L kernel implementation and test
## Attempt at implementing the Gaussian Process Autoregressive Regression Model (GPAR).
#
# Main reference:
#
# @article{requeima2018gaussian,
# title={The Gaussian Process Autoregressive Regression Model (GPAR)},
# author={Requeima, James and Tebbutt, Will and Bruinsma, Wessel and Turner, Richard E},
# journal={arXiv preprint arXiv:1802.07182},
# year={2018}
# }