markovian

Crates.iomarkovian
lib.rsmarkovian
version0.2.1
sourcesrc
created_at2020-03-24 20:47:19.661445
updated_at2020-07-13 18:10:46.863084
descriptionSimulation of Markov Processes as stochastic processes.
homepagehttps://crates.io/crates/markovian
repositoryhttps://github.com/rasa200/markovian
max_upload_size
id222431
size111,884
Raimundo Saona (saona-raimundo)

documentation

https://docs.rs/markovian

README

markovian

Simulation of Stochastic processes.

Goal

Serve as an extension of the rand crate for sub-stochastic markovian processes.

Main features

  • Easy construction of Markov processes, including:
    • Discrete time
    • Continuous time (exponential clocks)
  • Type agnostic

Changelog

See Changelog.

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).

Commit count: 56

cargo fmt