markovchain_transition_classifier.RdThis 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, ...)object of class TransitionSystem containing history of all transitions upto the current time current_time
dataframe containing transitions for which a transition end time needs to be generated
POSIXct containing the current time. All transition end times will be after the specified current time.
dataframe with additional column nextStatus.