-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
436 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
doc/_build | ||
doc/build | ||
.idea | ||
*/__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Walkthrough the package | ||
======================= | ||
|
||
The fglib2 package contains two modules. | ||
The first one is the :mod:`fglib2.distributions` module, which contains tabular distributions over `discrete random | ||
variables. <https://random-events.readthedocs.io/en/latest/#variables>`_. The second one is the :mod:`fglib2.graphs` | ||
which contains the definition of factor graphs. | ||
|
||
Distributions | ||
------------- | ||
The :mod:`fglib2.distributions` module contains the :class:`fglib2.distributions.Multinomial` class, which implements a | ||
tabular distribution over discrete random variables. The following example highlights the main features of the class. |
Oops, something went wrong.