State Spaces ============================== A State Space is a fundamental concept in probability theory and computer science representing the possible configurations for a modelled system The StateSpace object stores a state space structure as a List of tuples. The first two elements of each tuple contain the index (base-0) and label of the state space respectively. Additional fields are reserved for further characterisation Example: Map credit ratings between systems """""""""""""""""""""""""""""""""""""""""""" * Script: state_space_operations.py Example workflows for converting data from one credit rating system to another using an established mapping table