45 using namespace Eigen;
50 CStudentsTVGLikelihood::CStudentsTVGLikelihood()
61 REQUIRE(sigma>0.0,
"Scale parameter must be greater than zero\n")
62 REQUIRE(df>1.0,
"Number of degrees of freedom must be greater than one\n")
78 void CStudentsTVGLikelihood::init()
virtual void init_likelihood()
virtual ~CStudentsTVGLikelihood()
virtual void set_likelihood(CLikelihoodModel *lik)
Class that models a Student's-t likelihood.
all of classes and functions are contained in the shogun namespace
Class that models likelihood and uses numerical integration to approximate the following variational ...