probtrans_by_convolution is an internal function of probtrans_ebmstate and
is not meant to be called directly by the user.
It is itself a wrapper for the functions probtrans_by_convolution_clockforward
and probtrans_by_convolution_clockreset, which are the workhorses of the
convolution algorithm.
probtrans_by_convolution(tmat, cumhaz, from_state, model, max_time, nr_steps)A transition matrix extracted from the cumhaz argument to
probtrans_ebmstate.
msfit object (argument passed on from probtrans_ebmstate).
Initial state (argument passed on from probtrans_ebmstate).
'clockforward' or 'clockreset' (argument passed on from probtrans_ebmstate).
The maximum time for which transition probabilities are estimated.
The number of steps in the convolution algorithm (larger increases precision but makes it slower)
Rui Costa & Moritz Gerstung
For more information on the arguments of this function
see probtrans_ebmstate.
probtrans_ebmstate;probtrans_by_convolution_clockforward;
probtrans_by_convolution_clockreset.