R/RcppExports.R

Defines functions Get_G_Mat Init_Distr KMT_beta GetUnzVec Unz

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

Unz <- function(z, Normed_X, strDistr, xVec, SMat, VMat, ReVec) {
    .Call('_GofKmt_Unz', PACKAGE = 'GofKmt', z, Normed_X, strDistr, xVec, SMat, VMat, ReVec)
}

GetUnzVec <- function(Normed_X, strDistr, xVec, SMat, VMat, ReVec, nNum = 10L, sighat = 0) {
    .Call('_GofKmt_GetUnzVec', PACKAGE = 'GofKmt', Normed_X, strDistr, xVec, SMat, VMat, ReVec, nNum, sighat)
}

KMT_beta <- function(strDistr, SMat, VMat, ReVec, xVec, Normed_X, bGreedy = FALSE, bParallel = FALSE, nThreads = 32L) {
    .Call('_GofKmt_KMT_beta', PACKAGE = 'GofKmt', strDistr, SMat, VMat, ReVec, xVec, Normed_X, bGreedy, bParallel, nThreads)
}

Init_Distr <- function(strDistr, SMat, VMat, ReVec, xVec, x) {
    .Call('_GofKmt_Init_Distr', PACKAGE = 'GofKmt', strDistr, SMat, VMat, ReVec, xVec, x)
}

Get_G_Mat <- function(strDistr, Xhat, SMat, VMat, ReVec, xVec) {
    .Call('_GofKmt_Get_G_Mat', PACKAGE = 'GofKmt', strDistr, Xhat, SMat, VMat, ReVec, xVec)
}

Try the GofKmt package in your browser

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

GofKmt documentation built on Dec. 19, 2025, 1:06 a.m.