-
### Discussed in https://github.com/probabilistic-numerics/probnum/discussions/512
Originally posted by **gerdm** August 8, 2021
Hi,
I've been trying to use `probnum`'s `bayesquad` functi…
-
Alternatively we should also be able to host the `readthedocs` site at `probnum.org`.
-
# Current State and Problem
No package wide settings exist leading to local definitions and switches of variables such as `jitter`, `damping`, etc.
## Use Cases
see below for some examples
# T…
-
**Submitting author:** @LeonidPryadko (Leonid P. Pryadko)
**Repository:** https://github.com/QEC-pages/QDistRnd/
**Version:** 0.7.0
**Editor:** @danielskatz
**Reviewers:** @oscarhiggott, @pan-pavel
*…
-
I am comparing infer.net with the "Statistical Rethinking" models and data from:
_https://github.com/pymc-devs/resources/tree/master/Rethinking_2_
I tried the two models from chapter 4: m4_1 and m4_…
-
The automatic change of the version number triggered by a new release currently is broken since it cannot push to the protected master branch. The following error message is displayed by the Action:
…
-
Hi there!
Thanks for creating this toolbox!
I just tried the solvers for the first time and I'm running into some problems. My ODE is a Hodgkin-Huxley model (a model in neuroscience). Some specs…
-
**Context / Explanation**
The idea came up when I discussed the solution output of the ODE solver with @pnkraemer. Currently, we output means and covariances, but it might be more flexible (regarding…
-
~Use pytest, e.g. `pytest --doctest-glob='*.rst'. ` during the Travis build.~
Also look into `pydocstyle` and `darglint`. These check whether docstrings are complete and correctly formatted. Output…
-
https://github.com/probabilistic-numerics/probnum/blob/9a4e6cf4aee888ad447fe4228e576c7284aa90dd/src/probnum/probability/distribution.py#L66-L79
Is `Distribution` intended to be subclassed or intend…