markovchain_transition_classifier | R Documentation |
This function is a simple transition probability model based on memory-less markov-chain model.
It randomly picks destination for each given transition respecting
the probability distribution of each transition target.
Transition probability distribution are extracted from given argument histobj
.
This is the default target generator engine for the transition system monte-carlo simulation.
The TransitionSystem
simulator engine calls this function multiple times during the sumulation.
markovchain_transition_classifier(histobj, input, ...)
histobj |
object of class |
input |
dataframe containing transitions for which a transition end time needs to be generated |
current_time |
POSIXct containing the current time. All transition end times will be after the specified current time. |
dataframe with additional column nextStatus
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.