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

Normal CDF implementation in stan #4

Open
pboesu opened this issue Nov 3, 2021 · 0 comments
Open

Normal CDF implementation in stan #4

pboesu opened this issue Nov 3, 2021 · 0 comments
Labels
consistency this is something that isn't handled consistently across the project

Comments

@pboesu
Copy link
Owner

pboesu commented Nov 3, 2021

Currently the likelihood calculations use the stan Phi() function for CDF terms but normal_lpdf() for PDF terms.
Investigate whether there are computational (speed, stability) or consistency gains to be made by using Phi_approx() or normal_(l)cdf() instead.

@pboesu pboesu added the consistency this is something that isn't handled consistently across the project label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consistency this is something that isn't handled consistently across the project
Projects
None yet
Development

No branches or pull requests

1 participant