convolute_clockforward {ebmstate} | R Documentation |
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(s)
Moritz Gerstung & Rui Costa
See Also
probtrans_by_convolution_clockforward
.
[Package ebmstate version 0.1.4 Index]