R/RcppExports.R

Defines functions f_logistic f_student f_cauchy f_normal test

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

test <- function(x) {
    .Call('_filinreg_test', PACKAGE = 'filinreg', x)
}

f_normal <- function(centers, XI, XmI, yI, ymI, M, n) {
    .Call('_filinreg_f_normal', PACKAGE = 'filinreg', centers, XI, XmI, yI, ymI, M, n)
}

f_cauchy <- function(centers, XI, XmI, yI, ymI, M, n) {
    .Call('_filinreg_f_cauchy', PACKAGE = 'filinreg', centers, XI, XmI, yI, ymI, M, n)
}

f_student <- function(centers, XI, XmI, yI, ymI, M, n, nu) {
    .Call('_filinreg_f_student', PACKAGE = 'filinreg', centers, XI, XmI, yI, ymI, M, n, nu)
}

f_logistic <- function(centers, XI, XmI, yI, ymI, M, n) {
    .Call('_filinreg_f_logistic', PACKAGE = 'filinreg', centers, XI, XmI, yI, ymI, M, n)
}
stla/filinreg documentation built on Dec. 31, 2020, 7:34 a.m.