Skip to main content

PSICS

A Python toolbox for numerically solving the sparse inverse covariance selection.

Introduction

This Python module includes integrated access to native code for COVSEL, COVPATH, GLASSO, and ALM algorithms that were previously published.

PSICS description

PSICS is built using the Python programming language. Consists of several functions that integrate the call to each of the sparse inverse covariance selection (SICS) algorithms, using the standard library subprocess.

This approach makes it possible to call different software scripts or programs written in Matlab and R, the two main platforms used to build original algorithms.

PSCIS installs the native code algorithms COVSEL, COVPATH, GLASSO and ALM. Originally, COVSEL and ALM runned in a Matlab environment. In this package, Matlab was replaced with the Octave platform.

PSICS general requeriments

Next are listed the software general requirements to install and use PSICS. It is important to note that this Python package was built and tested on a Debian 12 linux system.

  • Rscript (R) >= 4.2.2
  • GNU Octave, >= 7.3.0
  • gcc and GNU Fortran >= 12.2.0
  • blas and cblas libraries (included in Octave and R installation)
  • Python >= 3.10.
  • pip >= 23.0.1.

An active connection to the internet is required in order to download software.

Directions to install and configure PSICS

Install general requirements

It is necessary to install the R, Octave, gcc and gFORTRAN compilers. This can be accomplished using the following commands in the terminal of a Debian-based Linux system.

The gcc and gfortran compiler

$ sudo apt-get install gcc gfortran

R software

$ sudo apt-get install r-base r-base-core

Octave software

$ sudo apt-get install octave octave-dev

Create a Python virtual environment

In order to avoid any conflict with the user software configuration, a virtual environment must be created and activated to install and test PSICS.

$ python3 -m venv ~/.venv
$ source ~/.venv/bin/activate

PSICS installation

PSICS can be installed from pypi site.

$ pip install psics
Configure the PSICS package

In this step the algorithms COVPATH, COVSEL, ALM and GLASSO native programs are configured.

$ python3 
>>> import psics.config as config
>>> config.setup()
>>> ...
>>> quit()

Testing PSICS package

To verify the usability of the PSICS code, a testing script is included.

In this script, the following tasks are executed:

  • Create a synthetic covariance matrix with a previously known structure

  • Keep the original synthetic inverse as a reference to compare the results obtained from SICS algorithms

  • Call ALM, COVSEL, COVPATH, GLASSO and GLASSOPATH algorithms

  • Calculate some key indicators for the results obtained in each case

  • Show results resume in a text table and some graphical outputs where the real inverse covariance is compared to the inverse covariance calculated

$ python3 
>>> import psics.test as test
>>> test.run()
>>> ...
>>> quit()

Further Python scripts to use PSICS can be coded using this program test as reference.

Workarounds applied

Because of some technical issues, it was required to apply some workarounds to COVPATH and COVSEL code.

  1. COVPATH is not available to be installed as an R package directly from the CRAN Project site. It seems to be a version compatibility problem in the use of the useDynLib clause in NAMESPACE configuration file. Internal PSICS setup.py function corrects this problem.

  2. COVSEL original code included the Quadratic program solver BoxQP compiled as a Matlab mex file. Because PSICS uses Octave instead of Matlab, setup.py function replaces the Matlab mex by compiling BoxQP in the Octave mkoctfile standard.

  3. Some other minor errors in the COVSEL code source are also corrected automatically by the setup.py function.

User's guide

Detailed guide of use can be found in file USERSGUIDE.md included in this Python package.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psics-1.0.3.tar.gz (554.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

psics-1.0.3-py3-none-any.whl (573.8 kB view details)

Uploaded Python 3

File details

Details for the file psics-1.0.3.tar.gz.

File metadata

  • Download URL: psics-1.0.3.tar.gz
  • Upload date:
  • Size: 554.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.5

File hashes

Hashes for psics-1.0.3.tar.gz
Algorithm Hash digest
SHA256 da67c3009363ec3f92189b885a585df4f2f0f9f55e04a2a657e4883a1e90945c
MD5 682d9147bcd915215b12e0df341be7be
BLAKE2b-256 455a50650692dc1f4014be81daddcd12bc28b1d40168f28db97d78730cc0f971

See more details on using hashes here.

File details

Details for the file psics-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: psics-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 573.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.5

File hashes

Hashes for psics-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 62a333181bf0f320b9e054561cb9877acce7873655736d40e49915d8a8d5000e
MD5 80350c8797ecfa59b47325d9a5564719
BLAKE2b-256 5d188c364891c440d52e600934a5c333c6a42520978dee1a59390b7db30aab79

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.3 This release

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page