-
I am currently trying to implement a guided filter for a SDE-model. In order to do so I try to understand more how one needs to set the proposal distribution. So far I understood that it gets as an in…
-
## Description of your problem
`test_distributions_random.py::TestScalarParameterSamples::test_kronecker_normal` is failing the Windows tests on the `v3` branch with compilation error.
**Please …
-
```
pymc/util.py:241: error: Key expression in dictionary comprehension has incompatible type "Hashable"; expected type "str"
pymc/aesaraf.py:171: error: Argument 1 to "ndim" has incompatible type "…
-
If we assume that the random intercept corresponds to some latent "trait" of a group, then it is reasonable also to assume that these could be correlated.
This should be relatively simple to do if …
-
### Is your feature request related to a problem? Please describe.
I've seen this several times while looking at datasets. In R I can do BCa correction any time. When I try to do the same analysis wi…
-
Have `BaseSampler` located at `mpy.sampler.BaseSampler`
- [x] Create `BaseSampler` class which takes `expression, distributions, random_state` as input parameters
- [x] collect the default distrib…
-
## Description
I'm quite possibly misunderstanding something, but `mxnet.np.random.multivariate_normal` seems to produce unexpected values relative to, for example, `numpy.random.multivariate_normal`…
-
Would be nice to be able to check the assumptions:
- `t.test`:
- equal var (for un-paired)
- norm of residuals
- `chisq.test` / `prop.test`
- N/Cell is > 5 or 10
- `cor.test`
- multi…
-
Hello,
I really appreciate your work on this package. I'm trying to get oriented on how to interpret the outputs from SCPA. My experimental setup is as follows: 2 conditions, DIAB and NG, with clu…
-
### Discussed in https://github.com/aesara-devs/aesara/discussions/1044
Originally posted by **ricardoV94** July 9, 2022
We have a common check in multivariate distributions (+ categorical), …