Popularity
0.6
Stable
Activity
0.0
Stable
0
1
0

Monthly Downloads: 10
Programming language: Haskell
License: MIT License
Tags: Control     Monad    
Latest version: v0.1.0.0

monad-markov alternatives and similar packages

Based on the "monad" category.
Alternatively, view monad-markov alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of monad-markov or a related project?

Add another 'monad' Package

README

monad-markov

A monad transformer providing a monad, MarkovT, in which computations have access to state and a probabilistic transition function. This can be used to model Markov processes. A type class, MonadMarkov, is provided with one operation, "nextState", which transitions to the next state.

The transformer is built on top of MonadRandom (https://hackage.haskell.org/package/MonadRandom).