Simulation of Markov Processes as stochastic processes.
Last version:
For more, see Changelog.
Goal: Construct correctly stochastic and sub-stochastic process in different structs.
Current implementation: Sub-stochastic process for all structs.
Options:
Goal: Random processes are also source of random transitions, therefore, we should be able to sample transitions.
Current implementation: None
Options:
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:
Goal: Random processes are also source of random trajectories. Therefore, we should be able to sample them.
Current implementation: None
Options:
Goal: Include random generator to the construction step.
Current implementation: New standard sampler for each step simulation.
Options:
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:
Goal: Give more blank implementations and facilitate the implementation of Iterator trait. In particular, the following methods:
Current implementation: None
Options:
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).