Pinned Repositories
game_theory_models
Python code for game theory modeling
MatchingMarkets.jl
Matching algorithms in Julia
mdp
Python code for Markov decision processes
presentations
Presentations
simplex_grid
Generate grid points on a simplex
ContinuousDPs.jl
Continuous state dynamic programming
game-theory-notebooks
A collection of game theory notebooks
GameTheory.jl
Algorithms and data structures for game theory in Julia
QuantEcon.jl
Julia implementation of QuantEcon routines
QuantEcon.py
A community based Python library for quantitative economics
oyamad's Repositories
oyamad/theory14
Course repository for Topics in Economic Theory 2014
oyamad/fictplay
Simulating fictitious play
oyamad/numpy_eigen_markov
Numpy-based routines for stochastic matrices
oyamad/envelope
Draw graphs for the envelope theorem
oyamad/graph_tools
Graph theoretic tools
oyamad/gth_solve_numba
JIT-compiled implementation of gth_solve
oyamad/mc_sample_path_numba
JIT-compiled implementation of mc_sample_path
oyamad/mpmath_eigen_markov
mpmath-based routines for stochastic matrices
oyamad/stochmatrix
Routines for stochastic matrices
oyamad/test_mc_compute_stationary
Test mc_compute_stationary from quantecon