# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
dmvnorm_deriv_arma <- function(x, mean, sigma) {
.Call('_BoundaryDetection_dmvnorm_deriv_arma', PACKAGE = 'BoundaryDetection', x, mean, sigma)
}
dmvnorm_arma <- function(x, mean, sigma, logd = FALSE) {
.Call('_BoundaryDetection_dmvnorm_arma', PACKAGE = 'BoundaryDetection', x, mean, sigma, logd)
}
gaussian_filter_arma <- function(x, cendroids, stdev) {
.Call('_BoundaryDetection_gaussian_filter_arma', PACKAGE = 'BoundaryDetection', x, cendroids, stdev)
}
bilateral_filter_arma <- function(x, cendroids, stdev_d, stdev_r = 100) {
.Call('_BoundaryDetection_bilateral_filter_arma', PACKAGE = 'BoundaryDetection', x, cendroids, stdev_d, stdev_r)
}
posterior_blv <- function(mu, adj) {
.Call('_BoundaryDetection_posterior_blv', PACKAGE = 'BoundaryDetection', mu, adj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.