You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the likelihood calculations use the stan
Phi()
function for CDF terms butnormal_lpdf()
for PDF terms.Investigate whether there are computational (speed, stability) or consistency gains to be made by using
Phi_approx()
ornormal_(l)cdf()
instead.The text was updated successfully, but these errors were encountered: