Nothing
skip_if_distr_not_installed(UniformKernel)
skip_if_distr_not_installed(Epanechnikov)
test_that("kernel constructor error", {
expect_error(Kernel$new())
})
test_that("decorators", {
expect_equal(UniformKernel$new(decorators = "CoreStatistics")$decorators, "CoreStatistics")
})
test_that("rand", {
expect_null(Epanechnikov$new()$rand(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.