-
**Describe the bug**
I had an issue with sampling in starry on multiple cores when the orbit is variable. This had me running everything more slowly on one core for a while. The error traceback I got…
-
### Description
https://numpy.org/doc/stable/reference/generated/numpy.hstack.html
Others like `vstack`, `column_stack` and so one are probably missing as well. First step is to list all of them a…
-
### Description
I am running multiple independent simulations using a BART model in a S-Learner way (I include the treatment value as an additional covariable). Each simulation is independent, but th…
d-vct updated
2 months ago
-
### Description
This model runs partially in objectmode:
```python
import pymc as pm
import numpy as np
import pytensor
with pm.Model() as model:
values = np.array([np.nan, 0.])
x …
-
The plan is to allow `AbstractMCMC.sample` to return `InferenceObjects.InferenceData` as a `chain_type` and to move toward that being a default return type in Turing. There's a mostly functional proo…
-
- Why use them
- Need to select some choice examples from https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks
- Also consider using example of LIGO grav waves data re…
-
```python
import numpy as np
import pyhf
import matplotlib.pyplot as plt
from bayesian_pyhf import infer, prepare_inference, plotting
import pymc as pm
import corner
import arviz as az
```
…
-
### Is your feature request related to a problem? Please describe.
In gh-16191, it was suggested that `curve_fit` might benefit from an option to use global optimization.
### Describe the solution …
-
Moving the MCMC routines over from PyMC to emcee would simplify installation - no need to use conda to install an old PyMC version from conda-forge.
What sort of validation of emcee output/setup is…
-
### Describe the issue:
The standard library's `copy.deepcopy` of a random `Generator` object copies the `BitGenerator` state, but not the `SeedSequence` state.
I'm not sure if this behavior is in…