MarkovChainHammer.jl

Documentation for MarkovChainHammer.jl. There are several conventions in use throughout the repository:

  1. All transfer operators are represented as column stochastic matrices
  2. The columns of the generator sum to zero
  3. All markov chains are vectors of integers from 1 to n, where n is the number of states in the markov chain
  • For an overview of Markov chains and the package application programming interface (API) see the API section.

  • For further details on each module within the repository see the Module Overview section.

  • And for a more detailed explanation of the functions within each module, see the Function Index section.