spedygiorgio / markovchain

Easy Handling Discrete Time Markov Chains
https://spedygiorgio.github.io/markovchain/
Other
105 stars 39 forks source link

states classification I: write communicatingClasses #34

Closed spedygiorgio closed 9 years ago

spedygiorgio commented 9 years ago

The function should receive a markovchain as input and return a list of the communicating classes. See the http://www.wolfram.com/mathematica/new-in-9/markov-chains-and-queues/structural-properties-of-finite-markov-processes.html CommunicatingClasses function. Therefore the function should rearrange the output of the commClassKernelRcpp function.

tskang commented 9 years ago

It is done.

spedygiorgio commented 9 years ago

Great job!