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
R framework to handle cases where we do and don't have analytically solutions + a switch to override and use numerical (for testing/user confidence)
Stan framework to handle cases where we do and don't have analytical solutions. This may not need an override switch or we may at least not need to propagate it
Implement log version of gamma with uniform
Implement log version of lognormal with uniform
Make sure all current tests are passing and benchmarks are faster as expected
Either add explicit new tests for numerical coverage or make all current tests use the override switch and write new tests to test analytical vs numeric (I think I favour the latter)
New benchmarks so we cover both analytical and numeric models.
The text was updated successfully, but these errors were encountered:
We need
The text was updated successfully, but these errors were encountered: