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

HasGP.Likelihood.LogLogistic

Description

HasGP Gaussian Process Library. This module contains the definition for the standard log logistic likelihood function.

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

Synopsis

Documentation

data LogLogistic Source

Value and first three derivatives of log sigmoid with respect to its parameter f. log p(y|f) = log sigmoid (yf) where y is +1 or -1.

Constructors

LogLogistic