R/RcppExports.R

Defines functions pseudo_C TLMoments_recurrence TLMoments_recursive TLMoment_direct PWM_to_TLMoments TLMoment_PWM Z_C z_C pwm_C

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

pwm_C <- function(x, r) {
    .Call(`_TLMoments_pwm_C`, x, r)
}

z_C <- function(r, k, s, t) {
    .Call(`_TLMoments_z_C`, r, k, s, t)
}

Z_C <- function(maxr, s, t) {
    .Call(`_TLMoments_Z_C`, maxr, s, t)
}

TLMoment_PWM <- function(x, r, s, t) {
    .Call(`_TLMoments_TLMoment_PWM`, x, r, s, t)
}

PWM_to_TLMoments <- function(pwm, s, t) {
    .Call(`_TLMoments_PWM_to_TLMoments`, pwm, s, t)
}

TLMoment_direct <- function(x, r, s, t) {
    .Call(`_TLMoments_TLMoment_direct`, x, r, s, t)
}

TLMoments_recursive <- function(x, maxr, s, t) {
    .Call(`_TLMoments_TLMoments_recursive`, x, maxr, s, t)
}

TLMoments_recurrence <- function(x, maxr, s, t) {
    .Call(`_TLMoments_TLMoments_recurrence`, x, maxr, s, t)
}

pseudo_C <- function(x, k) {
    .Call(`_TLMoments_pseudo_C`, x, k)
}

Try the TLMoments package in your browser

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

TLMoments documentation built on March 27, 2022, 5:07 p.m.