R/RcppExports.R

Defines functions func_mvt_ar func_dc_by func_cusum_vec func_cusum func_dc func_input func_coef rcpp_rev stl_sort

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

#' @keywords internal
stl_sort <- function(x) {
    .Call(`_hdbinseg_stl_sort`, x)
}

#' @keywords internal
rcpp_rev <- function(x) {
    .Call(`_hdbinseg_rcpp_rev`, x)
}

#' @keywords internal
func_coef <- function(z, scale) {
    .Call(`_hdbinseg_func_coef`, z, scale)
}

#' @keywords internal
func_input <- function(coef, sgn, sq, diag) {
    .Call(`_hdbinseg_func_input`, coef, sgn, sq, diag)
}

#' @keywords internal
func_dc <- function(z, gamma) {
    .Call(`_hdbinseg_func_dc`, z, gamma)
}

#' @keywords internal
func_cusum <- function(z) {
    .Call(`_hdbinseg_func_cusum`, z)
}

#' @keywords internal
func_cusum_vec <- function(z) {
    .Call(`_hdbinseg_func_cusum_vec`, z)
}

#' @keywords internal
func_dc_by <- function(z, gamma, dmby, dtby) {
    .Call(`_hdbinseg_func_dc_by`, z, gamma, dmby, dtby)
}

#' @keywords internal
func_mvt_ar <- function(ar, res) {
    .Call(`_hdbinseg_func_mvt_ar`, ar, res)
}

Try the hdbinseg package in your browser

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

hdbinseg documentation built on Aug. 17, 2023, 5:06 p.m.