convolute_clockforward: Convolution function for clock-forward models
Description
Internal function of
probtrans_by_convolution_clockforward
. It is written in C++ and is
not meant to be called
directly by the user.
Usage
convolute_clockforward(
time_vector,
diff_vector,
probtrans_vector_1,
probtrans_vector_2
)
Arguments
- time_vector, diff_vector, probtrans_vector_1, probtrans_vector_2
Numeric vectors.
Author
Moritz Gerstung & Rui Costa
See Also
probtrans_by_convolution_clockforward
.