-
Is there a mechanism or a workaround for grouping a sequence of requests together as a scenario / use case in locust?
It could be useful to be able to accumulate the total time for each request in a…
-
I am interested in multi-type epidemic models in which the states (statenames) will for example have to be subdivided into age groups. It would therefore be helpful to have vectors with the numbers of…
-
This complements issues stan-dev/math#1648 and stan-dev/math#1846. Expose the signature for the following three functions:
* `hmm_marginal()`
* `hmm_hidden_state_prob()`
* `hmm_latent_rng()`
*…
-
**Submitting author:** @donaldRwilliams (Donald Williams )
**Repository:** https://github.com/donaldRwilliams/BGGM
**Version:** 1.0.0
**Editor:** @akeshavan
**Reviewer:** @jayrobwilliams, @paulgovan
*…
-
Not sure what the best strategy would be.
Currently, we write out the RHS of each state in full,
E.g., if we have
```
dot(p) = -(c + e)p + aq + br
dot(q) = cp - (a + f)q + dr
dot(r) = ep + f…
-
First of scheduled demo notebooks added to new folder [**model-based stat-arb examples** ](https://github.com/Kismuz/btgym/tree/master/examples/model_based_stat_arb)
[_1. An introduction to analyti…
-
After the update I started getting these errors. What used to happen before you introduced these error messages? How should I handle them? As far as I remember, the same code used to run quietly befor…
-
Related to issue #40.
When getting a submodel from a count model (or markov state model), it is currently implemented through the states, ie if there are states `0,1,2,3,4` and one calls
```python…
-
+ section 3.1: `The mathematical tool used to model this situation is a Markov Processes.` - capitalisation and plural process. ✅
+ section 3.2:: Can we add an explanation why the state space if fi…
-
Hi, I'm trying to train an HMM from my data. My data is organized in sequences of observations with different length, where each observation consist in a couple of value like:
data=[[[30,1000.6],[1…