markovian

Simulation of Markov Processes as stochastic processes.

Main features

Changelog

Last version:

For more, see Changelog.

To do list

Roadmap

Separate sub and proper stochastic processes

Goal: Construct correctly stochastic and sub-stochastic process in different structs.

Current implementation: Sub-stochastic process for all structs.

Options:

Implement Distribution

Goal: Random processes are also source of random transitions, therefore, we should be able to sample transitions.

Current implementation: None

Options:

Differentiate Markov Chains in continuous space

Goal: Easier and checkable implementation of continuous space markov processes by using randomness from the chain to simulate the next step.

Current implementation: Random transition function that leads a vector of one element.

Options:

Sample trajectory

Goal: Random processes are also source of random trajectories. Therefore, we should be able to sample them.

Current implementation: None

Options:

Random generator choice

Goal: Include random generator to the construction step.

Current implementation: New standard sampler for each step simulation.

Options:

Exact transitions

Goal: Integration with some crate for creation of a correct (sub-)distribution for each step.

Current implementation: f64 for probabilities and there is no correctness check.

Options:

Enlarge traits

Goal: Give more blank implementations and facilitate the implementation of Iterator trait. In particular, the following methods:

Current implementation: None

Options:

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms of the dual license (MIT and Apache-2.0).