R/RcppExports.R

Defines functions IWT WT pga

Documented in pga

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

pga <- function(phi, resp, penalty, zeta, c, lambda, nlambda, makelamb, lambdaminratio, penaltyfactor, reltol, maxiter, steps, btmax, mem, tau, nu, alg, array, ll, Lmin, nthreads, wave, J, dim, wf) {
    .Call(`_SMME_pga`, phi, resp, penalty, zeta, c, lambda, nlambda, makelamb, lambdaminratio, penaltyfactor, reltol, maxiter, steps, btmax, mem, tau, nu, alg, array, ll, Lmin, nthreads, wave, J, dim, wf)
}

WT <- function(x, dim, wf, J, p1, p2, p3) {
    .Call(`_SMME_WT`, x, dim, wf, J, p1, p2, p3)
}

IWT <- function(x, dim, wf, J, p1, p2, p3) {
    .Call(`_SMME_IWT`, x, dim, wf, J, p1, p2, p3)
}

Try the SMME package in your browser

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

SMME documentation built on Jan. 9, 2023, 1:27 a.m.