27 #ifndef _STUDENT_T_PROCESS_NIG_HPP_ 28 #define _STUDENT_T_PROCESS_NIG_HPP_
Hierarchical model for Gaussian process.
Namespace of the library interface.
ProbabilityDistribution * prediction(const vectord &query)
Function that returns the prediction of the GP for a query point in the hypercube [0...
void precomputePrediction()
Precompute some values of the prediction that do not depends on the query.
Virtual class for hierarchical Gaussian processes.
vectord mVf
Precomputed GP prediction operations.
Dataset model to deal with the vector (real) based datasets.
Student's t process with Normal Inverse-Gamma hyperprior on mean and snigal variance parameters...
StudentTDistribution * d_
Predictive distributions.
vectord mWMap
GP posterior parameters.
double negativeLogLikelihood()
Computes the negative log likelihood and its gradient of the data.
Student's t probability distribution.