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

HasGP.Types.MainTypes

Description

MainTypes is a module in the HasGP Gaussian process library. It implements basic types for the entire library.

Note: some more specific classes and types are defined elsewhere, in particular in HasGP.Likelihood and HasGP.Covariance.

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

Synopsis

Documentation

type DVector = Vector DoubleSource

These are defined to make functions more readable.