R/RcppExports.R

Defines functions mle_loop_Cpp_sub mle_simpl_FStep_Cpp pivot_cpp

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

pivot_cpp <- function(row_ind, col_ind, table_simpl_tran) {
    .Call(`_ahMLE_pivot_cpp`, row_ind, col_ind, table_simpl_tran)
}

mle_simpl_FStep_Cpp <- function(time_indicator, InputData, Domain) {
    .Call(`_ahMLE_mle_simpl_FStep_Cpp`, time_indicator, InputData, Domain)
}

mle_loop_Cpp_sub <- function(time_indicator, InputData, Domain) {
    .Call(`_ahMLE_mle_loop_Cpp_sub`, time_indicator, InputData, Domain)
}

Try the ahMLE package in your browser

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

ahMLE documentation built on March 18, 2022, 5:52 p.m.