R/RcppExports.R

Defines functions dgumbel_ssd dgompertz_ssd

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

dgompertz_ssd <- function(x, location, shape) {
    .Call(`_ssdtools_dgompertz_ssd`, x, location, shape)
}

dgumbel_ssd <- function(x, location, scale) {
    .Call(`_ssdtools_dgumbel_ssd`, x, location, scale)
}

Try the ssdtools package in your browser

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

ssdtools documentation built on Sept. 8, 2023, 5:56 p.m.