R/RcppExports.R

Defines functions CD lambdaMax DatGen

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

CD <- function(node, dataSize, data, nlevels, obsIndex_R, eor_nr, eor, lambda_seq, nlam, eps, convLb, qtol, weights, gamma, upperbound, threshold) {
    .Call(`_discretecdAlgorithm_CD`, node, dataSize, data, nlevels, obsIndex_R, eor_nr, eor, lambda_seq, nlam, eps, convLb, qtol, weights, gamma, upperbound, threshold)
}

lambdaMax <- function(node, dataSize, data, nlevels, obsIndex_R, weights, gamma, upperbound) {
    .Call(`_discretecdAlgorithm_lambdaMax`, node, dataSize, data, nlevels, obsIndex_R, weights, gamma, upperbound)
}

DatGen <- function(maxdeg, node, ordex, ts, dataSize, ivn, ivn_vals, ivn_rand, coef_length, nlevels, coef) {
    .Call(`_discretecdAlgorithm_DatGen`, maxdeg, node, ordex, ts, dataSize, ivn, ivn_vals, ivn_rand, coef_length, nlevels, coef)
}

Try the discretecdAlgorithm package in your browser

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

discretecdAlgorithm documentation built on March 13, 2020, 2:34 a.m.