Compute all transition probabilities from a given state using convolution
Compute all transition probabilities from a given state using convolution
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.