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

Closed
joshuaalley opened this issue Aug 21, 2024 · 1 comment · Fixed by #839
Closed

GP Covariance Functions: minor tweak #809

joshuaalley opened this issue Aug 21, 2024 · 1 comment · Fixed by #839
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
Member

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
@louisfh louisfh mentioned this issue Dec 6, 2024
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants