Skip to content

Confirm that ssd_hp(est_method = "multi") and ssd_hp(est_method = "arithmetic") should be equal #147

Description

@joethorley
test_that("ssd_hp fitdists est_method arithmetic and multi are equal", {
  fits <- ssd_fit_bcanz(ssddata::csiro_nickel_fresh)
  hpa <- ssd_hp(fits, est_method = "arithmetic")
  hpm <- ssd_hp(fits, est_method = "multi")
  testthat::expect_equal(hpa$est, hpm$est)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions