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. [email protected].
- data LogLogistic = LogLogistic
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 |
Instances