Venturecxx icon indicating copy to clipboard operation
Venturecxx copied to clipboard

Look into Stan's math library

Open axch opened this issue 10 years ago • 2 comments

Bob Carpenter was very proud of it, and it is released as a standalone package.

Possible uses:

  • expand (or replace (parts of?)) Puma's SP library
  • get rid of GSL (if we are concerned about the latter's license terms)
  • numerics are likely to be better than ours, possibly better than GSL
  • if not directly usable, could at least use as a cross-check and/or as inspiration for solving structural or numerical problems

axch avatar Aug 01 '15 03:08 axch

Apparently it also has derivatives implemented, and might possibly even come with an automatic differentiation system that we could use to get gradient methods to work in Puma

axch avatar Jan 30 '16 17:01 axch

Paper: http://arxiv.org/abs/1509.07164

axch avatar Feb 02 '16 08:02 axch