normal-computing / thermox

Exact OU processes with JAX
Apache License 2.0
24 stars 3 forks source link

Add associative scan to `log_prob` #33

Open SamDuffield opened 3 weeks ago

SamDuffield commented 3 weeks ago

We added associative scan to sample in #30

But we still need to do so for thermox.prob.log_prob_identity_diffusion

This shouldn't be too hard, but will need to think about how to keep memory usage low in the associative framework