pyspi: Statistics for Pairwise Interactions
pyspi GitHub
  • Welcome to pyspi
    • Citing pyspi
  • Installing and using pyspi
    • Installation
      • Alternative Installation Options
      • Troubleshooting
    • Usage
      • Walkthrough Tutorials
        • Getting Started: A Simple Demonstration
        • Neuroimaging: fMRI Time Series
        • Finance: Stock Price Time Series
        • Distributing Calculations
      • Advanced Usage
        • Creating a reduced SPI set
        • Distributing calculations on a cluster
      • FAQ
  • Information about pyspi
    • SPIs
      • Glossary of Terms
      • Table of SPIs
      • SPI Descriptions
        • Basic Statistics
        • Distance Similarity
        • Causal Inference
        • Information Theory
        • Spectral
        • Miscellaneous
      • SPI Subsets
    • API Reference
      • pyspi.calculator.CorrelationFrame
      • pyspi.calculator.Calculator
      • pyspi.data.Data
      • pyspi.calculator.CalculatorFrame
      • pyspi.utils.filter_spis
    • Publications using pyspi
    • Related Packages
  • Development
    • Development
      • Incorporating new SPIs
      • Contributing to pyspi
      • Code of Conduct
    • License
Powered by GitBook

All page cover images on this wiki are created with the help of DALL-E, an AI program developed by OpenAI, or stock images from Unsplash.

On this page
  1. Information about pyspi

API Reference

This is the class and function reference of pyspi. Please refer to the user guide for further details as the class and function specifications may not be sufficient to give full context on their use.

PreviousSPI SubsetsNextpyspi.calculator.CorrelationFrame

Last updated 1 year ago

Class
High Level Description

([dataset, name, ...])

Computes all pairwise interactions.

([data, dim_order, ...])

Store data for dependency analysis.

()

Handle batch operations on multiple datasets.

Container for handling correlation data derived from a set of calculators.

pyspi.calculator.Calculator
pyspi.data.Data
pyspi.calculator.CalculatorFrame
pyspi.calculator.CorrelationFrame()