mkv_chain 0.2.1

A Stochastic Oriented Markov Chain Crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["hyyking <leoduret@outlook.com>"]
description = "A Stochastic Oriented Markov Chain Crate"
documentation = "https://hyyking.github.io/markov-chain-rs"
edition = "2018"
homepage = "https://github.com/hyyking/markov-chain-rs"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["stochastic", "markov", "probability", "statistics", "markov-chain"]
license-file = "LICENSE"
name = "mkv_chain"
repository = "https://github.com/hyyking/markov-chain-rs"
version = "0.2.1"