dwww Home | Show directory contents | Find package

# REQUIRE TEST Monte Carlo test normal ---------------------------------------------

test_that('REQUIRE TEST normal Monte Carlo', {
    set.seed(123)
    z <- znormal$new()
    test.normal <- z$mcunit(plot = FALSE)
    expect_true(test.normal)
})

Generated by dwww version 1.15 on Wed May 22 15:50:23 CEST 2024.