Jasper Behrensdorf
Jasper Behrensdorf
Currently `FORM` doesn't do imprecise but it should be relatively easy to adapt. Is it as easy as running it twice and using different bounds output from the models?
We're most likely going to use `Zygote` for AD with the GPs. Should be a good candidate for the hessian here as well.
Since we already have a dependency on `FiniteDifferences` you could call `jacobian` twice to get the `hessian` instead of rolling your own implementation. Maybe write a `hessian` function that does...
With the updated `JointDistribution` does it make sense to directly construct a `MixtureModel` and return the joint distribution?
With #233 returning `missing` from timed-out simulations we can consider replacing the missing value with the previous as if the chain hadn't moved. What that does to the ergodicity I...
I have since opened a PR with approach 1 in #220. Could you elaborate on the issues you see? All I am doing is adding new members to expenses as...
I think adding new members with 0 amount to existing expenses is probably the least invasive way to do it and requires no extra logic. By pretending the member was...
As long as it's possible to add late members to expenses I'm happy. Andyou're right that it's unnecessary to crowd the database with zero rows. Plus if we do decide...
> The media-keys.terminal should (in theory) run this bit of code [`b34e288`/src/daemon/bsd/plugins/media-keys/gsd-media-keys-manager.c#L1196C37-L1196C84](https://github.com/BuddiesOfBudgie/budgie-desktop/blob/b34e28839bd18b1bd4808af03898570e3e766f8e/src/daemon/bsd/plugins/media-keys/gsd-media-keys-manager.c#L1196C37-L1196C84) - i.e. looks for that schema & key and executes the terminal defined there - I say "should"...
Yes to KLE and random fields!