Skip to content

Commit

Permalink
Merge pull request #114 from YanaZeng/poisson
Browse files Browse the repository at this point in the history
add poisson regression for LiM and add LiNA with MIT license.
  • Loading branch information
ikeuchi-screen authored Oct 6, 2023
2 parents 6c6cf12 + 32a85b4 commit dfba062
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 dfba062

Please sign in to comment.