R/RcppExports.R

Defines functions obj_f_alpha_cpp obj_f0_cpp H_alpha integral_f

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

integral_f <- function(alpha, lambda) {
    .Call(`_robustSFA_integral_f`, alpha, lambda)
}

H_alpha <- function(y, x, theta, alpha) {
    .Call(`_robustSFA_H_alpha`, y, x, theta, alpha)
}

obj_f0_cpp <- function(params, y, X) {
    .Call(`_robustSFA_obj_f0_cpp`, params, y, X)
}

obj_f_alpha_cpp <- function(params, y, X, alpha) {
    .Call(`_robustSFA_obj_f_alpha_cpp`, params, y, X, alpha)
}

Try the robustSFA package in your browser

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

robustSFA documentation built on April 3, 2025, 6:12 p.m.