-
**Context:** [GenericSwapFacetV3.sol#L142](https://github.com/lifinance/contracts/blob/581260dc5e2b8607273f202e54e0b2dbbcef59a6/src/Facets/GenericSwapFacetV3.sol#L142)
**Description:** The contract…
-
PKPD models will likely need outputs from the same model with different likelihoods. E.g. one output follows a normal model; another follows a log-normal. At the moment, this sort of thing is not poss…
-
We started implementing support the _WeightIt_ package in our easystats-eco-system, mainly in _insight_ (https://cran.r-project.org/package=insight) and _parameters_ (https://cran.r-project.org/packag…
-
The size of a problem that can be solved is currently limited by the memory size of the likelihood array tabulated over the full (features x params x designs) grid.
This issue is to explore ways to…
-
Is it intended that there are multiple (possible duplicate) definitions of the same likelihoods [stats.py](pisa/utils/stats.py), [likelihood_functions.py](pisa/utils/likelihood_functions.py), and [llh…
-
In particular I'm thinking of the pulsar KDE function. It spits a lot of warnings at times, and also has the most troublesome dependency of the entire package (`gala` compiled with GSL). If the pulsar…
-
Here are some features we need to implement:
## Basic Features
- [ ] Visibility functions for rings, gaussians (#22)
- [x] Improve syntax for vmapped functions
- [ ] Model evidences by Laplace…
-
Add the ability to extend beyond the last observed data. This requires:
- [ ] Extending `enw_preprocess_data()` to have a horizon argument. This needs to extend the metadata by this number of days…
-
When processing a dataset spanning more than 6 months, the program crashes with a memory allocation error at the step "Training end evaluating model."
An error like this:
"Traceback (most recent c…
-
Currently, when an error is encountered when performing DDC/CI commands, the error is immediately raised and sent up through the stack. A better practice would be to attempt a few retries, per VESA sp…