Compiler support for laplace_latent_solve(_tol)#1649
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1649 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 67 67
Lines 9977 9979 +2
=======================================
+ Hits 9130 9132 +2
Misses 847 847
🚀 New features to boost your workflow:
|
|
Thanks @florence-bockting -- question about 6e2c28b -- is it actually a requirement that these functions only be called in generated quantities? If so we will want to enforce that in the typechecker |
Thank you for pointing me towards the typechecker! For the I am not sure whether there are use cases where a user wants to call |
|
So since we never actually use the rng for |
The definition of So, we actually call An alternative, to circumvent calling On the other hand, I talked yesterday with Aki and he said, he could only come up with theoretical examples for calling I don't know whether you prefer to keep it simple and leave it as is (with the missing Typechecker) or redefining |
Submission Checklist
This PR refers to math PR#337 in which we implemented
laplace_latent_solveandlaplace_latent_solve_tol.laplace_latent_solve(_tol)docs#968Release notes
laplace_latent_solve(_tol), which returntuple(vector, matrix)(posterior mean and Cholesky factor).Copyright and Licensing
By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)
This PR used AI assistance (Cursor).