Skip to content

Commit 776e952

Browse files
Add docs for ABIC-LiNGAM
1 parent ffb3a52 commit 776e952

File tree

8 files changed

+1327
-0
lines changed

8 files changed

+1327
-0
lines changed

docs/image/abic_lingam1.svg

Lines changed: 64 additions & 0 deletions
Loading

docs/reference/abic_lingam.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. module:: lingam
2+
3+
ABICLiNGAM
4+
==========
5+
6+
.. autoclass:: ABICLiNGAM
7+
:members:
8+
:inherited-members:

docs/reference/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ API Reference
2929
group_lingam
3030
group_direct_lingam
3131
missingness_lingam
32+
abic_lingam
3233
causal_effect
3334
utils
3435
tools

docs/reference/utils.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ utils
2525
.. autofunction:: print_common_edge_directions
2626
.. autofunction:: make_dot_for_nan_probability_matrix
2727
.. autofunction:: bic_select_logistic_l1
28+
.. autoclass:: MGGD
29+
:members:
30+
:inherited-members:
31+
.. autoclass:: MGGDEstimator
32+
:members:
33+
:inherited-members:

docs/requirements-doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ pygam
99
matplotlib
1010
psy
1111
semopy
12+
autograd
1213
sphinx
1314
sphinx_rtd_theme

0 commit comments

Comments
 (0)