R/ExportedC.R

Defines functions ArimaEstimation ArimaTransf ArimaMatrix

#' @useDynLib ConsReg ConsReg_Estimation
ArimaEstimation <- function(...) .Call(ConsReg_Estimation, ...)

#' @useDynLib ConsReg ConsReg_transPars2
ArimaTransf <- function(...) .Call(ConsReg_transPars2, ...)

#' @useDynLib ConsReg ConsReg_Matrix
ArimaMatrix <- function(...) .Call(ConsReg_Matrix, ...)

Try the ConsReg package in your browser

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

ConsReg documentation built on April 5, 2020, 5:06 p.m.