Skip to content

andres-jordan/george

 
 

Repository files navigation

George

Fast and flexible Gaussian Process regression in Python.

http://img.shields.io/travis/dfm/george/master.svg?style=flat http://img.shields.io/pypi/dm/george.svg?style=flat http://img.shields.io/pypi/v/george.svg?style=flat http://img.shields.io/badge/license-MIT-blue.svg?style=flat http://img.shields.io/badge/DOI-10.5281/zenodo.11989-blue.svg?style=flat

Read the documentation at: dan.iel.fm/george.

This fork implements spectral mixture kernels at the C level with george (for spectral mixture kernels see http://arxiv.org/abs/1302.4245). Coded in collaboration with Felipe Rojas.

An example of the usage of the kernel is as follows:

import george
from george import kernels

# An SM kernel models the spectral density with N gaussians
# This creates a one gaussian kernel with amplitude amp, mean mu and
# inverse variance v

kernel = amp * kernels.SMKernel((mu,v))

About

Fast Gaussian Processes for regression

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.0%
  • C++ 17.8%
  • TeX 15.8%
  • Other 0.4%