# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
kernel <- function(z, Ktype = 1L) {
.Call(`_ILSE_kernel`, z, Ktype)
}
ilse_arma <- function(Y, X, beta_int, bw, Ktype, maxIter = 20L, eps_be = 1e-5, eps_obj = 1e-7, verbose = TRUE) {
.Call(`_ILSE_ilse_arma`, Y, X, beta_int, bw, Ktype, maxIter, eps_be, eps_obj, verbose)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.