correlationMatrix

A Python powered library for statistical analysis and visualization of correlation phenomena


Keywords
correlation-analysis, correlation-matrices, data-analysis, data-science, statistics
License
Apache-2.0
Install
pip install correlationMatrix==0.2.0

Documentation

Intro

correlationMatrix is a Python powered library for the statistical analysis and visualization of correlation phenomena. It can be used to analyze any dataset that captures timestamped values (timeseries) The present use cases focus on typical analyses of market correlations, e.g via factor models

You can use correlationMatrix to

  • Estimate correlation matrices from historical timeseries using a variety of models
  • Visualize correlation matrices
  • Manipulate correlation matrices (stress matrices, fix problematic matrices etc)
  • Provide standardized data sets for testing

Key Information

NB: correlationMatrix is still in active development. If you encounter issues please raise them in our github repository

Examples

The examples directory contains a large sample of examples illustrating the current functionality

Display correlation matrix

image

Display dependency dendrogram

image