We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
Using cov_exp_quad now throws compilation errors on cmdstan, so people who follow the user guide on may have some problems.
v2.18.0
The text was updated successfully, but these errors were encountered:
Thanks for submitting---we will fix.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: