File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ This repository implements an educational project for the Bayesian Multimodeling
23
23
Scope
24
24
==========
25
25
We plan to implement the following distributions in our library:
26
- - `Gaussian normal distribution (*) `
27
- - `Dirichlet distribution (Beta distributions)(*) `
28
- - `Sampling from a mixture of distributions `
29
- - `Sampling from the Student's t-distribution (**) (*) `
30
- - `Sampling from an arbitrary factorized distribution (***) `
26
+ - `Gaussian normal distribution (*) `_
27
+ - `Dirichlet distribution (Beta distributions)(*) `_
28
+ - `Sampling from a mixture of distributions `_
29
+ - `Sampling from the Student's t-distribution (**) (*) `_
30
+ - `Sampling from an arbitrary factorized distribution (***) `_
31
31
32
32
(*) - this distribution is already implemented in torch using the explicit reparameterization trick, we will implement it for comparison
33
33
You can’t perform that action at this time.
0 commit comments