Skip to content

Commit

Permalink
1) add poisson regression method for LiM and 2) add the LiNA method w…
Browse files Browse the repository at this point in the history
…ith MIT license
  • Loading branch information
YanaZeng committed Oct 5, 2023
1 parent 96ca459 commit 32a85b4
Show file tree
Hide file tree
Showing 8 changed files with 3,756 additions and 258 deletions.
246 changes: 0 additions & 246 deletions examples/LiM.ipynb

This file was deleted.

4 changes: 4 additions & 0 deletions lingam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
from .resit import RESIT
from .var_lingam import VARBootstrapResult, VARLiNGAM
from .varma_lingam import VARMABootstrapResult, VARMALiNGAM
from .lina import LiNA
from .lina import MDLiNA

__all__ = [
"ICALiNGAM",
Expand All @@ -38,6 +40,8 @@
"LiM",
"CausalBasedSimulator",
"MultiGroupRCD",
"LiNA",
"MDLiNA"
]

__version__ = "1.8.2"
Loading

0 comments on commit 32a85b4

Please sign in to comment.