-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Gaussian processes #13
Comments
Yes, although that would entail writing a bunch of kernel functions, which would better be done in stan-dev/math. |
There appears to be some canonical code in the stan docs. It would be great to formalize this in |
Hello, are you still planning to include GPs in the package? I currently have some time on my hands and would love to add some functionality, including some kernels to Cheers, |
It is a bit difficult to do GPs in a way that would work well for rstanarm
users in general. I think we're more likely the approximate GPs like in
brms. You can do an approximate GP currently with rstanarm::stan_gamm4 and
s(..., bs = "gp").
But adding more GP kernels to stan/math would always be welcome,
particularly if there is some family of priors for the hyperparameters that
works well for that kernel.
…On Sat, Jun 6, 2020 at 4:49 PM Simon Dirmeier ***@***.***> wrote:
Hello, are you still planning to include GPs in the package? I currently
have some time on my hands and would love to add them, including some
kernels to stan/math.
Cheers,
Simon
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ2XKUXTRVYTWWNGJJHEBDRVKTXFANCNFSM4BNJRXFA>
.
|
Not a short-term priority, but could be nice to have some (limited) functionality for GPs in future iterations of the package.
The text was updated successfully, but these errors were encountered: