R/RcppExports.R

Defines functions softmax_Rcpp logsumexp_Rcpp colSum colMax rowSum rowMax rangepowerTransformDeriv_unb rangepowerTransformDeriv_lub rangepowerTransformDeriv_lb powerTransform rangeTransform

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

rangeTransform <- function(x, lbound = NA_real_, ubound = NA_real_) {
    .Call(`_mclustAddons_rangeTransform`, x, lbound, ubound)
}

powerTransform <- function(x, lambda = 1, eps = 1e-3) {
    .Call(`_mclustAddons_powerTransform`, x, lambda, eps)
}

rangepowerTransformDeriv_lb <- function(x, lambda = 1, lbound = NA_real_, eps = NA_real_) {
    .Call(`_mclustAddons_rangepowerTransformDeriv_lb`, x, lambda, lbound, eps)
}

rangepowerTransformDeriv_lub <- function(x, lambda = 1, lbound = NA_real_, ubound = NA_real_, eps = NA_real_, tol = 1e-3) {
    .Call(`_mclustAddons_rangepowerTransformDeriv_lub`, x, lambda, lbound, ubound, eps, tol)
}

rangepowerTransformDeriv_unb <- function(x, lambda = 1) {
    .Call(`_mclustAddons_rangepowerTransformDeriv_unb`, x, lambda)
}

rowMax <- function(X) {
    .Call(`_mclustAddons_rowMax`, X)
}

rowSum <- function(X) {
    .Call(`_mclustAddons_rowSum`, X)
}

colMax <- function(X) {
    .Call(`_mclustAddons_colMax`, X)
}

colSum <- function(X) {
    .Call(`_mclustAddons_colSum`, X)
}

logsumexp_Rcpp <- function(x, v) {
    .Call(`_mclustAddons_logsumexp_Rcpp`, x, v)
}

softmax_Rcpp <- function(x, v) {
    .Call(`_mclustAddons_softmax_Rcpp`, x, v)
}

Try the mclustAddons package in your browser

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

mclustAddons documentation built on Jan. 6, 2023, 5:21 p.m.