Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GP Covariance Functions: minor tweak #809

Open
joshuaalley opened this issue Aug 21, 2024 · 1 comment
Open

GP Covariance Functions: minor tweak #809

joshuaalley opened this issue Aug 21, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@joshuaalley
Copy link

joshuaalley commented Aug 21, 2024

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
Copy link
Contributor

Thanks for submitting---we will fix.

@bob-carpenter bob-carpenter added bug Something isn't working good first issue Good for newcomers labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants