Skip to content

raphaelchaves/transitionMatrix

 
 

Repository files navigation

Gitter Documentation Status

Intro

transitionMatrix is a Python powered library for the statistical analysis and visualization of state transition phenomena. It can be used to analyze any dataset that captures timestamped transitions in a discrete state space. Use cases include credit rating transitions, system state event logs etc.

You can use transitionMatrix to

  • Estimate transition matrices from historical event data using a variety of estimators
  • Visualize event data and transition matrices
  • Manipulate transition matrices (generators, comparisons etc.)
  • Provide standardized data sets for testing
  • Model transitions using threshold processes
  • Map credit ratings using mapping tables between popularly used rating systems

Key Information

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

Support and Training

Examples

The code documentation includes a large number of examples, jupyter notebooks and more.

Plotting individual transition trajectories

single entity

Sampling transition data

sampled histories

Estimation of transition matrices using cohort methods

estimation

Estimation of transition matrices using duration methods

transition probabilities

Visualization of a transition matrix

transition matrix

Visualization using a Logarithmic Sankey diagram

logarithmic sankey

Generating stochastic process transition thresholds

thresholds

Stressing Transition Matrices

stressing transition matrices

Computation and Visualization of Credit Curves

credit curves

Working with credit states

image

About

Statistical analysis and visualization of state transition phenomena

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%