tests/testthat/test-truncated.R

context("Truncated distributions")

test_that("truncated distributions work", {
  set.seed(101)
  x <- .rtrunc(1000, spec = "norm", a = 0)
  expect_true(min(x) > 0)
  expect_identical(.qtrunc(0.5, spec = "norm"), 0)
})
koalaverse/sure documentation built on Feb. 6, 2020, 5:48 a.m.