Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for reducible Markov chains #20

Closed
wants to merge 5 commits into from
Closed

Support for reducible Markov chains #20

wants to merge 5 commits into from

Commits on Nov 19, 2014

  1. Support for reducible Markov chains

    This commit makes a number of changes including adding support for
    calculating stationary distributions on reducible Markov chains inline
    with QuantEcon/QuantEcon.py#79
    
    *Use Graphs.jl to determine the irreducible subsets of a reducible
    Markov Chain
    *Changed DMarkov to MarkovChain in line with mc_tools.py
    *Move to Distributions.jl for sampling
    *Removed support for ``Matrix`` types: this is not really necessary,
    but I think we should either pick matrices or MarkovChain types rather
    than maintaining support for both.
    ZacCranko committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    adbd0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e865b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Configuration menu
    Copy the full SHA
    a04e013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940694c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9437e33 View commit details
    Browse the repository at this point in the history