Heron

https://badge.fury.io/py/heron-model.svg https://travis-ci.org/transientlunatic/heron.svg?branch=master https://zenodo.org/badge/51749075.svg Documentation Status

The heron package is a python library for using Gaussian Process Regression (GPR) to emulate functions which are expensive to

It was originally built for producing a surrogate model for numerical relativity waveforms from binary black hole coalesences, but the code should be sufficiently general to allow other surrogate models to be built.

In order to handle very large models, heron can use the george python package to generate the underlying Gaussian Process, which can handle very large models thanks to its use of a hierarchical matrix inverter.

Features

  • Multiply-valued function surrogate production from multi-dimensional inputs

  • Handling very large datasets.