R/RcppExports.R

Defines functions Lmoments_calc Lmomcov_calc shiftedlegendre t1lmoments_calc

Documented in Lmomcov_calc Lmoments_calc shiftedlegendre t1lmoments_calc

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

Lmoments_calc <- function(data, rmax = 4L) {
    .Call('_Lmoments_Lmoments_calc', PACKAGE = 'Lmoments', data, rmax)
}

Lmomcov_calc <- function(data, rmax = 4L) {
    .Call('_Lmoments_Lmomcov_calc', PACKAGE = 'Lmoments', data, rmax)
}

shiftedlegendre <- function(rmax) {
    .Call('_Lmoments_shiftedlegendre', PACKAGE = 'Lmoments', rmax)
}

t1lmoments_calc <- function(data, rmax = 4L) {
    .Call('_Lmoments_t1lmoments_calc', PACKAGE = 'Lmoments', data, rmax)
}

Try the Lmoments package in your browser

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

Lmoments documentation built on May 2, 2019, 2:04 a.m.