Usage Examples ====================== The examples directory includes both **standalone python scripts** and **jupyter notebooks** to help you get started. (NB: Currently there are more scripts than notebooks). A selection of topics covered: - Generating transition matrices from data (using various estimators) - Manipulating transition matrices - Computing and visualizing credit curves corresponding to a set of transition matrices - Mapping rating states between different rating systems Python Scripts ------------------------------------------- The scripts are located in examples/python. For testing purposes all examples can be run using the run_examples.py script located in the root directory. Some scripts have an example flag that selects alternative input data or estimators. .. csv-table:: List of Example Scripts :header-rows: 1 :widths: 20 5 20 55 :file: ../../examples/python/example_list.csv Jupyter Notebooks ------------------------------------------- * Adjust_NotRated_State.ipynb * Matrix_Operations.ipynb * Monthly_from_Annual.ipynb Open Risk Academy Scripts ------------------------------------------- Additional examples are available in the Open Risk Academy course `Analysis of Credit Migration using Python TransitionMatrix `_. The scripts developed in the course are `available here `_