R/RcppExports.R

Defines functions f_logistic f_student f_cauchy f_normal

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

f_normal <- function(centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nthreads) {
    .Call('_gfilinreg_f_normal', PACKAGE = 'gfilinreg', centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nthreads)
}

f_cauchy <- function(centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nthreads) {
    .Call('_gfilinreg_f_cauchy', PACKAGE = 'gfilinreg', centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nthreads)
}

f_student <- function(centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nu, nthreads) {
    .Call('_gfilinreg_f_student', PACKAGE = 'gfilinreg', centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nu, nthreads)
}

f_logistic <- function(centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nthreads) {
    .Call('_gfilinreg_f_logistic', PACKAGE = 'gfilinreg', centers, XIs, XmIs, yIs, ymIs, K, p, M, n, nthreads)
}

Try the gfilinreg package in your browser

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

gfilinreg documentation built on March 17, 2021, 1:06 a.m.