stan-dev / docs

Documentation for the Stan language and CmdStan
https://mc-stan.org/docs/
Other
38 stars 112 forks source link

GP Covariance Functions: minor tweak #809

Open joshuaalley opened 2 months ago

joshuaalley commented 2 months ago

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

bob-carpenter commented 2 months ago

Thanks for submitting---we will fix.