View source: R/utils-vectorized.R
make_lambda_matrix | R Documentation |
lambda_mat
and Lambda_mat
are specified
and returns lambda_mat
.Helper function for the vectorized versions of sampling functions.
Takes the usual ways that lambda_mat
and Lambda_mat
are specified
and returns lambda_mat
.
make_lambda_matrix(
lambda_mat = NULL,
Lambda_mat = NULL,
interval_duration = NULL
)
lambda_mat |
a matrix of intensities or missing |
Lambda_mat |
a matrix of cumulative intensities or missing |
interval_duration |
a vector with the same number of elements as the rows of |
A matrix (r x 2), row-expanded if needed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.