Gaussian Process Log-Density (Squared Exponential Kernel)
Source:R/distributions.R
gaussian_process_lpdf.RdCalculates the log-density of a Gaussian Process with a Squared Exponential (RBF) kernel.
Usage
gaussian_process_lpdf(
y,
x,
mean = 0,
magnitude = 1,
smoothing = 1,
noise = 0.01,
sum = TRUE
)