-
What is the recommended method for using the Gibbs sampler to draw samples from a fit density estimate (independent of any plotting, products, etc)? I would assume this functionality exists in somewhe…
-
Current internal data structure uses a circular reference, highly undesirable for future stability and code cleanliness. Probably worth replacing ball tree aspect with [kNN.jl](https://github.com/john…
-
I have a model with 2 estimation steps: FOCEI followed by NUTS.
```
$ESTIMATION
SIGL=9 NSIG=2
NOABORT
METHOD=CONDITIONAL INTERACTION
LAPLACIAN
NUMERICAL SLOW
MAXEVAL=9999 PRINT=…
-
Hi!
I am trying to model observed softmax data using Infer.Net and I get an error no matter which algorithm I use. I have a more complicated model myself, but I have tried to reduce the issue to a …
-
I have run into a potential bug in Metropolis inference with pymc3. I'm more familiar with pymc2 but have been trying to switch completely to pymc3. [This](https://gist.github.com/yarden/f7afb4447b221…
-
* JASP 0.9.2
* Windows 10
* Bayesian independent t-test - Mann-Whitney
I was working with the Stereograms t-test data set with Mann-Whitney while reading the reporting guidelines preprint. While I …
-
Currently, MCMCChains does not have built in functions for sampling posterior values from chain objects. As discussed on [discourse](https://discourse.julialang.org/t/posterior-predictive-distribution…
-
While running PolyChord with planck_2018_lowl.TT and with planck_2018_highl_plik.TT works, I get the following error as soon as I add planck_2018_lowl.EE to the likelihoods (full debug output further …
-
Hi Prof.Robitzsch,
What all changes need to be made to ``mcmc.3pno.testlet`` to make it a logistic testlet model? One would be to change the link function from pnorm to plogis in #draw latent respons…
-
Thanks again for this brilliant package!
I ran into someting peculiar. Maybe you know why this happens.
When I try to predict topics of new documents using a trained LDA model, I don't get the sam…