-
I'm wondering if, since [dunai-bayes](https://github.com/turion/dunai-bayes) is so small, it would work to have it as part of monad-bayes. (Certainly rhine-bayes should remain separate though).
Con…
-
I have an epidemiological model where I pre-compute the *per capita* flows from compartment i to j and store them in a matrix `M`: this way, the only term that needs to be updated over the course of t…
-
In looking at the ODEs used ultimately for the equilibrium and two component system processes, I noticed that these ODEs are stiff and effectively impossible to solve without a specialized solver. Th…
-
I am trying to directly generate realizations of stochastic processes via spectral representation method, using the following code snipped:
```
ω = collect(0:0.6:150)
cp = CloughPenzien(ω, 0.1,…
-
Several of us took Tim's modeling course last quarter and we talked about "process error" and "observational error" in model design, the first being error in nature (natural stochasticity) and the lat…
-
## Feature Request
### Describe your feature request related problem
There is an issue about the new region may have a low probability to be balanced,such as:
```
8
…
-
-
I've started the redevelopment of the forward projections functionality with the more flexible `gadget_project_*` functions. The logic behind these functions is that the user defines the projections, …
-
Thank you for your open sourced code. I have several questions on it:
1. I run the pre-tarined model provided by you, “diffcast_phydnet_sevir128.pt” on SEVIR dataset. I find the mCSI is 0.3066, w…
-
Hi all, and thank you for the great package!
When one is interested in generating samples of stochastic processes for Monte Carlo methods and Machine Learning tasks it is essential to create **many…