R/RcppExports.R

Defines functions MAacvf0 DAcvfWrtMA arma_Q0gnb arma_Q0gnb0 uniKalmanForeUp0b uniKalmanForecast0b uniKalmanLikelihood0b

Documented in arma_Q0gnb

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

uniKalmanLikelihood0b <- function(y, mod, nit, op, update) {
    .Call(`_sarima_uniKalmanLikelihood0b`, y, mod, nit, op, update)
}

uniKalmanForecast0b <- function(nahead, mod, update) {
    .Call(`_sarima_uniKalmanForecast0b`, nahead, mod, update)
}

uniKalmanForeUp0b <- function(y, nahead, mod, nit, update) {
    .Call(`_sarima_uniKalmanForeUp0b`, y, nahead, mod, nit, update)
}

arma_Q0gnb0 <- function(phi, theta, tol = 2.220446e-16) {
    .Call(`_sarima_arma_Q0gnb0`, phi, theta, tol)
}

arma_Q0gnb <- function(phi, theta, tol = 2.220446e-16) {
    .Call(`_sarima_arma_Q0gnb`, phi, theta, tol)
}

DAcvfWrtMA <- function(x) {
    .Call(`_sarima_DAcvfWrtMA`, x)
}

MAacvf0 <- function(x) {
    .Call(`_sarima_MAacvf0`, x)
}

Try the sarima package in your browser

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

sarima documentation built on Aug. 11, 2022, 5:11 p.m.