26 #ifndef __GAUSSIAN_PROCESS_NORMAL_HPP__ 27 #define __GAUSSIAN_PROCESS_NORMAL_HPP__ ProbabilityDistribution * prediction(const vectord &query)
Function that returns the prediction of the GP for a query point in the hypercube [0...
GaussianDistribution * d_
Predictive distributions.
void precomputePrediction()
Precompute some values of the prediction that do not depends on the query.
Hierarchical model for Gaussian process.
Namespace of the library interface.
vectord mVf
Precomputed GP prediction operations.
Virtual class for hierarchical Gaussian processes.
Gaussian process with normal prior on the parameters.
Gaussian probability distribution.
double negativeLogLikelihood()
Computes the negative log likelihood and its gradient of the data.
Dataset model to deal with the vector (real) based datasets.
vectord mWMap
GP posterior parameters.