Closed
Description
Summary:
Want to create a Laplace approximation for the following distributions:
- Normal
- Poisson
- Binomial
- Negative binomial
Description:
Doing a Laplace approximation with the current algebraic solver (which uses a dogleg solver) is prohibitively slow. Instead we could use a Newton line-search method, coupled with some analytical derivatives. This line-search method would be specialized and therefore not exposed to the Stan language, but the approximator would be. Aki and Dan have a prototype in Stan, which uses autodiff. The C++ implementation would naturally be more optimized.
Current Version:
v2.17.0