Skip to content

Implementation of sGGM, including FST and multi-sUGM.

Notifications You must be signed in to change notification settings

Sutongtong233/sGGM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sGGM

FST

Implementation of FST algorithm in Quadratic Sparse Gaussian Graphical Model Estimation Method for Massive Variables (ijcai.org)

run

run python ./main/FST.py

SIMULE

Implementation of SIMULE algorithm in A constrained $$\ell $$ ℓ 1 minimization approach for estimating multiple sparse Gaussian or nonparanormal graphical models | SpringerLink(https://www.ijcai.org/Proceedings/2020/0410.pdf)

method

Solving linear programming problem in Eq(11). Use pulp to solve the LP problem.

run

run python ./main/SIMULE.py

Simulated dataset

$$ \Omega^{(i)}=\mathbf{B}_I^{i}+\mathbf{B}_S+\delta^{(i)}I $$

baselines

  • JGL-fused
  • JGL-group
  • SIMONE

About

Implementation of sGGM, including FST and multi-sUGM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages