Add Better Discretizers#226
Conversation
|
van Loan? https://github.com/theorashid/cuthbert-models/blob/main/src/cuthbert_models/_discretize.py#L57-L72 I'd heard of it via someone on the pymc statespace team who sent me this https://arxiv.org/abs/2505.18187v1. Apologies if it's in there under a different name |
Thanks Theo! It's kinda there now (the "frozen Jacobian" thing is basically take a Jacobian of the drift function, then solve for the matrix exponential; I think the jax compiler optimization would be pretty good here in the case that the drift function is linear). But I agree it should be separate and will make sure to include before marking as ready to review! |
No description provided.