tests/testthat/test-truncated.R

context(".rtrunc(): truncated distributions function")

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)
})
XiaoruiZhu/PAsso documentation built on Feb. 9, 2024, 4:13 p.m.