-
**Submitting author:** @tsalo (Taylor Salo)
**Repository:** https://github.com/NBCLab/nimare-paper
**Editor:** @pbellec
**Reviewers:** @agahkarakuzu
**Jupyter Book:** http://neurolibre-data-prod.c…
-
**Describe the bug**
In Exercise 04 Monte-Carlo methods should be implemented for the racetrack environment, however, I cannot find where ``racetrack_environment.py`` is located. Could you provide in…
-
**Submitting author:** @mparno (Matthew Parno)
**Repository:** https://bitbucket.org/mituq/muq2.git
**Version:** 0.4.1
**Editor:** @pdebuyl
**Reviewers:** @martinmodrak, @georgiastuart
**Archive:*…
-
At the moment, `profit` and related scripts take too long to start. This should be fixed by cleverer imports in `__init__.py` and possibly other methods.
-
#### Summary:
Looking at the [integrators](https://github.com/stan-dev/stan/tree/develop/src/stan/mcmc/hmc/integrators) they actually don't have any member objects besides [`impl_leapfrog`](https:/…
-
-
Recently, I've been developing fast permutation tests that can make use of numpy/scipy matrix operations.
So far, I have developed 3 permutation tests: a mean test, a t-test and a pearson correlation…
-
Hi! I am using Bayesian MCMC to analyze spectra. Which statistical measurement values (AIC, BIC, DIC) should I use to select the model?
-
This is a follow up of discussions in #10844.
**Describe the solution you'd like**
All sampling methods in `scipy.stats` are using `random_state` which is a `np.random.Generator` (for new code). …
tupui updated
3 years ago
-
I thought these were supposed to be the same but haven't read the paper(s) in a while?
Is this behavior intended?
```
using MCMCChains,DataFrames,Test
val = rand(500, 2, 3);
chn = Chains(val, […