Overview of the quantecon library modules
mainThe quantecon Python library provides a suite of modules for quantitative economics and computational science. Key modules available for end-users include:
game_theory: Tools for game theoretic modeling.markov: Implementations and utilities for Markov chains.optimize: Optimization algorithms.random: Utilities for random number generation.tools: A collection of general-purpose tools.util: Internal utilities (primarily used by package developers).