Package: DTMCPack 0.1-3
DTMCPack: Suite of Functions Related to Discrete-Time Discrete-State Markov Chains
A series of functions which aid in both simulating and determining the properties of finite, discrete-time, discrete state markov chains. Two functions (DTMC, MultDTMC) produce n iterations of a Markov Chain(s) based on transition probabilities and an initial distribution. The function FPTime determines the first passage time into each state. The function statdistr determines the stationary distribution of a Markov Chain.
Authors:
DTMCPack_0.1-3.tar.gz
DTMCPack_0.1-3.zip(r-4.5)DTMCPack_0.1-3.zip(r-4.4)DTMCPack_0.1-3.zip(r-4.3)
DTMCPack_0.1-3.tgz(r-4.4-any)DTMCPack_0.1-3.tgz(r-4.3-any)
DTMCPack_0.1-3.tar.gz(r-4.5-noble)DTMCPack_0.1-3.tar.gz(r-4.4-noble)
DTMCPack_0.1-3.tgz(r-4.4-emscripten)DTMCPack_0.1-3.tgz(r-4.3-emscripten)
DTMCPack.pdf |DTMCPack.html✨
DTMCPack/json (API)
# Install 'DTMCPack' in R: |
install.packages('DTMCPack', repos = c('https://wbnicholson.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 3 years agofrom:16c6fff720. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 13 2024 |
R-4.5-win | OK | Oct 13 2024 |
R-4.5-linux | OK | Oct 13 2024 |
R-4.4-win | OK | Oct 13 2024 |
R-4.4-mac | OK | Oct 13 2024 |
R-4.3-win | OK | Oct 13 2024 |
R-4.3-mac | OK | Oct 13 2024 |
Exports:DTMCFPTimeMultDTMCstatdistr
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Suite of functions related to discrete-time discrete-state Markov Chains | DTMCPack-package DTMCPack |
Simulation of Discrete-Time/State Markov Chain | DTMC |
First Passage Time | FPTime |
Example Data Set: Gambler's ruin on 4 states | gr |
Harry the SemiPro | hh |
Initial distribution | id |
Multiple Discrete time Markov Chains | MultDTMC |
Computing Stationary Distribution | statdistr |