STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

gradient and Hessian #182

Open mahaa2 opened 3 years ago

mahaa2 commented 3 years ago

Hi,

Is there a way to obtain only the gradient and the Hessian of log posterior of the latent values f conditioned on the data and hyperparameters ? \pi (f | data , hyper).

Thanks.