tests/testthat/test-dtpwb.R

test_that("test-dtpwb", {
  x <- rtpwb(20,2,3,1)
  fx <- dtpwb(x,2,3,1)
  expect_equal(fx,dtpwb(x,shape=2,scale = 3,location = 1))
})

Try the tpwb package in your browser

Any scripts or data that you put into this service are public.

tpwb documentation built on May 29, 2024, 3:12 a.m.