R/RcppExports.R

Defines functions rgig rfrank

Documented in rfrank rgig

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

rfrank <- function(n, theta) {
    .Call('_QRM_rfrank', PACKAGE = 'QRM', n, theta)
}

rgig <- function(n, r, s, p, k1, k2, lambda, chi, psi, s1, s2) {
    .Call('_QRM_rgig', PACKAGE = 'QRM', n, r, s, p, k1, k2, lambda, chi, psi, s1, s2)
}

Try the QRM package in your browser

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

QRM documentation built on April 14, 2020, 6:49 p.m.