Open bob-carpenter opened 10 years ago
@bob-carpenter, do we need to:
@bob-carpenter, do we need to:
• add vectorized function signatures for Jacobians in the math library?
Yes. Vectorized versions of the transform function that take a single Jacobian to increment. It's the autodiff variable for that result that matters. E.g.,
real
We'd want to create a vari object to add to the log Jacobian, but we need to return K transformed variables.
• add precomputed gradients for Jacobians in the math library?
Yes. So this is going to need an issue there, too.
• have code generator generate vectorized Jacobian calls? or do the two things above take care of it?
Yes. That's mainly what needs to happen in this repo.
Vectorize all the Jacobians. They should already be analytic, but if they're not, do that, too.