# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
CholeskyIP <- function(V, Z) {
.Call(`_LMN_CholeskyIP`, V, Z)
}
.DurbinLevinsonXZ <- function(X, acf) {
.Call(`_LMN_DurbinLevinson_XZ`, X, acf)
}
.DurbinLevinsonZX <- function(Z, acf) {
.Call(`_LMN_DurbinLevinson_ZX`, Z, acf)
}
.DurbinLevinsonEigen <- function(X, Y, acf, calcMode = 1L) {
.Call(`_LMN_DurbinLevinson_Eigen`, X, Y, acf, calcMode)
}
.DurbinLevinsonBase <- function(X, Y, acf, calcMode = 1L) {
.Call(`_LMN_DurbinLevinson_Base`, X, Y, acf, calcMode)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.