Todo remainder, following the [discussion](https://github.com/QuantEcon/QuantEcon.jl/pull/20#issuecomment-63712579) in the Julia side: - [x] Add states to `MarkovChain` - [x] Add nodes to `DiGraph` Cf. - [networkx.Graph.add_node](http://networkx.github.io/documentation/latest/reference/generated/networkx.Graph.add_node.html) - [What to use as nodes and edges](http://networkx.github.io/documentation/latest/tutorial/tutorial.html#what-to-use-as-nodes-and-edges)
Todo remainder, following the discussion in the Julia side:
MarkovChainDiGraphCf.