Skip to content

Mill7/transitionMatrix

 
 

Repository files navigation

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

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

image

Sampling transition data

image

Estimation of transition matrices using cohort methods

image

Estimation of transition matrices using duration methods

image

Visualization of a transition matrix

image

Generating stochastic process transition thresholds

image

Stressing Transition Matrices

image

Computation and Visualization of Credit Curves

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.7%
  • Other 0.3%