R/RcppExports.R

Defines functions skew statint

Documented in skew statint

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

statint <- function(K, Rtemp, R0, r1, r2) {
    .Call(`_kerSeg_statint`, K, Rtemp, R0, r1, r2)
}

skew <- function(K, Rtemp, Rtemp2, R0, R2) {
    .Call(`_kerSeg_skew`, K, Rtemp, Rtemp2, R0, R2)
}

Try the kerSeg package in your browser

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

kerSeg documentation built on Aug. 23, 2023, 1:07 a.m.