Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.35 KB

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 examples illustrating the current functionality

Display correlation matrix

image

Display dependency dendrogram

image