R/RcppExports.R

Defines functions cxxstpoisstestMP cxxstpoisstest cxxSmooth cxxlambspat cxxlambdtemp cxxtimetrans cxxrates cxxdeclust cxxfit

Documented in cxxdeclust cxxfit cxxlambdtemp cxxlambspat cxxrates cxxSmooth cxxstpoisstest cxxstpoisstestMP cxxtimetrans

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

cxxfit <- function(tht, revents, rpoly, tperiod, rinteg0, ihess, ndiv, eps, verbose, nthreads) {
    .Call(`_ETAS_cxxfit`, tht, revents, rpoly, tperiod, rinteg0, ihess, ndiv, eps, verbose, nthreads)
}

cxxdeclust <- function(param, revents, rpoly, bwd, tperiod, ndiv) {
    .Call(`_ETAS_cxxdeclust`, param, revents, rpoly, bwd, tperiod, ndiv)
}

cxxrates <- function(param, revents, bwd, tperiod, gx, gy) {
    .Call(`_ETAS_cxxrates`, param, revents, bwd, tperiod, gx, gy)
}

cxxtimetrans <- function(theta, revents, rpoly, tperiod, integ0, ndiv) {
    .Call(`_ETAS_cxxtimetrans`, theta, revents, rpoly, tperiod, integ0, ndiv)
}

cxxlambdtemp <- function(tg, theta, revents, rpoly, tperiod, integ0, ndiv) {
    .Call(`_ETAS_cxxlambdtemp`, tg, theta, revents, rpoly, tperiod, integ0, ndiv)
}

cxxlambspat <- function(xg, yg, theta, revents, rpoly, tperiod, bwd) {
    .Call(`_ETAS_cxxlambspat`, xg, yg, theta, revents, rpoly, tperiod, bwd)
}

cxxSmooth <- function(x, y, bwd, gx, gy, expand) {
    .Call(`_ETAS_cxxSmooth`, x, y, bwd, gx, gy, expand)
}

cxxstpoisstest <- function(xrank, yrank, M) {
    .Call(`_ETAS_cxxstpoisstest`, xrank, yrank, M)
}

cxxstpoisstestMP <- function(xrank, yrank, M, nthreads) {
    .Call(`_ETAS_cxxstpoisstestMP`, xrank, yrank, M, nthreads)
}

Try the ETAS package in your browser

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

ETAS documentation built on Nov. 28, 2022, 5:23 p.m.