docs icon indicating copy to clipboard operation
docs copied to clipboard

GP Covariance Functions: minor tweak

Open joshuaalley opened this issue 1 year ago • 1 comments

Summary:

This is really small, but I think that the documentation for Gaussian Processes uses the old cov_exp_quad, instead of gp_exp_quad_cov and the like.

Description:

For instance, the kernel is written as: matrix[N, N] K = cov_exp_quad(x, alpha, rho);

In the STAN Matrix Operations Docs, the kernels are gp_exp_quad_cov.

Additional Information:

Using cov_exp_quad now throws compilation errors on cmdstan, so people who follow the user guide on may have some problems.

Current Version:

v2.18.0

joshuaalley avatar Aug 21 '24 13:08 joshuaalley

Thanks for submitting---we will fix.

bob-carpenter avatar Aug 21 '24 15:08 bob-carpenter