-
It seems like we should be able to implement an analog to RMSMC (https://github.com/tweag/monad-bayes/blob/master/src/Control/Monad/Bayes/Inference/RMSMC.hs, in particular `rmsmcDynamic`), which basic…
-
@rBatt apologies I haven't pushed much here, but can flush out the sketch I began on the model approximation probably in next two weeks. Guess it would be good to have a rough timeline going forward …
-
Here is a list of datasets and repos that we could highlight on the website (including the ones that are already there, but with more meta info). Sometimes there are several repos associated with an i…
-
To enable using nfjax in TVB we need to have function(s) which can ingest a configured TVB simulator and build a suitable Jax function for running an equivalent simulation. The correctness should be …
-
Hello everyone,
I wanted to know if my current approach at making a **reproducible Monte Carlo problem** is correct.
First we take a **seed** as input value given by the user and the we generat…
-
# Scenario 1: Calibrating models and estimating causal effects
In this scenario, we are interested in determining the effects of masking and social distancing on Covid-19 infections using simulated…
-
In pyQuil < 2.0, it was possible to simulate postselection when simulating wavefunctions, with codes of this style:
```python
from pyquil import Program
from pyquil.api import QVMConnection
from…
-
When reading [this week's quantum paper](https://arxiv.org/abs/1601.02036), I came across something I do not quite understand. In Eq. (16) they define their truly quantum Boltzmann machine Hamiltonian…
-
## Background
Vignette walking through the use of PMCMC modelling using a base R model but any other tools required.
## Aim
Explain the basics of PMCMC and give directions to more resources. …
-
The car following model called car-following-BKerner only have fews parameter to be set for us, but there are many parameters have not showed in doucument. So, I want to know where I …