alashworth / test-issue-import

0 stars 0 forks source link

increment_log_jacobian in transformed parameters #56

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by bob-carpenter Monday Feb 09, 2015 at 21:52 GMT Originally opened as https://github.com/stan-dev/stan/issues/1289


Add an increment_log_jacobian() function to the transformed parameters block. Accumulate it the same way as increment_log_prob(), but allow it to be turned off with the rest of the transform's Jacobian for optimization.

Note this will also deal with issue #889