Skip to content

Commit d4f494a

Browse files
Update README.rst
1 parent a93a78b commit d4f494a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,13 @@ This repository implements an educational project for the Bayesian Multimodeling
2222

2323
Scope
2424
==========
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 (***)`_
31-
32-
(*) - this distribution is already implemented in torch using the explicit reparameterization trick, we will implement it for comparison
3325

34-
(**) - this distribution is added as a backup, their inclusion is questionable
35-
36-
(***) - this distribution is not very clear in implementation, its inclusion is questionable
26+
We plan to implement the following distributions in our library:
27+
- `Gaussian normal distribution`
28+
- `Dirichlet distribution (Beta distributions)`
29+
- `Sampling from a mixture of distributions`
30+
- `Sampling from the Student's t-distribution`
31+
- `Sampling from an arbitrary factorized distribution`
3732

3833
Stack
3934
==========

0 commit comments

Comments
 (0)