25 #ifndef _GAUSSIAN_PROCESS_HPP_ 26 #define _GAUSSIAN_PROCESS_HPP_ GaussianDistribution * d_
Pointer to distribution function.
vectord mAlphaV
Precomputed L.
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...
double negativeTotalLogLikelihood()
Computes the negative log likelihood of the data for all the parameters.
Kernel based nonparametric process, conditional on kernel hyperparameters.
Standard zero mean gaussian process with noisy observations.
Empirical Bayesian NonParametric process.
Gaussian probability distribution.
double negativeLogLikelihood()
Computes the negative log likelihood of the data.
Dataset model to deal with the vector (real) based datasets.
void precomputePrediction()
Precompute some values of the prediction that do not depends on the query.