44 using namespace Eigen;
49 CStudentsTVGLikelihood::CStudentsTVGLikelihood()
60 REQUIRE(sigma>0.0,
"Scale parameter (%f) must be greater than zero\n", sigma);
61 REQUIRE(df>1.0,
"Number of degrees of freedom (%f) must be greater than one\n", df);
77 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
static float64_t exp(float64_t x)
static float64_t log(float64_t v)
Class that models likelihood and uses numerical integration to approximate the following variational ...