HasGP-0.1: A Haskell library for inference using Gaussian processes

HasGP.Likelihood.Basic

Description

HasGP Gaussian Process Library. This module contains the class definition for log likelihoods.

Copyright (C) 2011 Sean Holden. sbh11@cl.cam.ac.uk.

Synopsis

Documentation

class LogLikelihood b whereSource

The following allows arbitrary likelihoods with or without parameters to be wrapped up with their derivatives (with respect to f) and passed to a function.