Nothing
test_that("draw_cumulative_intensity_inversion() works with the Lambda_inv option", {
L <- function(t) {
return(2 * t)
}
Li <- function(z) {
return(z / 2)
}
withr::with_seed(12345, df1 <- draw_cumulative_intensity_inversion(Lambda = L, Lambda_inv = Li, t_min = 0, t_max = 1))
check_ppp_sample_validity(times = df1, t_min = 0, t_max = 1)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.