-
## Tell us about it
The current presentation of distributions on the PreliZ API page is too verbose, which is suitable for technical details but not very user-friendly.
## Thoughts on impleme…
-
With `SampleFromPrior` and `DefaultContext`:
```julia
julia> @model function bernoulli_mixture(x)
w ~ Dirichlet(2, 1.0)
p ~ DiscreteNonParametric([0.3, 0.7], w)
…
-
I'm looking into transitioning MeasureTheory to use Bijectors instead of TransformVariables, but there are some differences between the packages that are really throwing me. First, some questions I ha…
-
When calculating the entropy of a `MatrixDirichlet` with 0 entries, the result is NaN.
This follows from the `entropy` function making an elementwise call to `SpecialFunctions.loggamma` on `dist.a`…
-
Hi,
I was wondering if there's a way to get word embedding vectors in topic space after training tomotopy LDA model?
Thank you for your amazing work~
-
Hello,
I need to know how can I add new particles and new reactions witch are not in the excitation, ionization, and elastic collisions category to the 2d capacitive discharge example?
it is impor…
-
Hey, thanks for the nice package!
Recently I probably came across a bug in Turing.jl. I run a slightly modified version of HMM [demo](https://turing.ml/dev/tutorials/04-hidden-markov-model/). I use…
-
There are a number of properties we probably want to support computing from our measures:
- `mean`
- `median`
- `mode`
- `std`/`var`
- `cov`
- `skewness`/`kurtosis`/`moment`
Most of these wil…
-
Has there been discussion on if/how fitting of measures from draws should be implemented? I'm also wondering if/how estimators of moments from draws or exact moments when known should be included. In …
-
I am trying to do HMC on a model with Dirichlet random variables. However, I always get an error message like,
```
ValueError: Dimensions must be equal, but are N and N+1 for ... with input shapes: …