aaamini / pois_comparisons

The MATLAB code for comparing the POIS model with others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POIS comparisons

The MATLAB code for comparing the POIS model with others

This code is based on the original code by Inouye et. al. avaiable at sqr-graphical-model.

To run the code first install the POIS package from the POIS repo. and the XRMF package from CRAN. Then run new_demo.m.

The code relies heavily on the original code, but the organization is different and new functionality has been implemented. We borrow the implemntation of PoiMix, CopulaPoi, IndNegBin, T-PGM and PoiSQR from the original code. We add POIS, Bootsrap, CopulaMult, IndMult. Current code is not backward compatibile with Inouye et. al.'s, but there is enough similairy that you can hopefully port other methods that they implement to our code.

If you use this code, please consider citing Inouye et. al.'s work as described in their README.md file as well as ours below:

  • Zahra S. Razaee and Arash A. Amini, The Potts-Ising model for discrete multivariate data, NeurIPS 2020.

About

The MATLAB code for comparing the POIS model with others

License:MIT License


Languages

Language:MATLAB 96.7%Language:R 3.0%Language:Java 0.3%