# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
findIntervalSingle <- function(U, breaks) {
.Call('_DiceEnterprise_findIntervalSingle', PACKAGE = 'DiceEnterprise', U, breaks)
}
updateFunCpp <- function(currentState, B, U, connected, fine, P_cumsum, P_moves_list) {
.Call('_DiceEnterprise_updateFunCpp', PACKAGE = 'DiceEnterprise', currentState, B, U, connected, fine, P_cumsum, P_moves_list)
}
updateFunVecCpp <- function(states, B, U, connected, fine, P_cumsum, P_moves_list, mapped_states, k, t_mapped_states, current_time) {
.Call('_DiceEnterprise_updateFunVecCpp', PACKAGE = 'DiceEnterprise', states, B, U, connected, fine, P_cumsum, P_moves_list, mapped_states, k, t_mapped_states, current_time)
}
CFTPCpp <- function(k, probs, connected, fine, P_cumsum, P_moves_list, monotonic, min, max, verbose) {
.Call('_DiceEnterprise_CFTPCpp', PACKAGE = 'DiceEnterprise', k, probs, connected, fine, P_cumsum, P_moves_list, monotonic, min, max, verbose)
}
construct_discrete_simplex <- function(d, m) {
.Call('_DiceEnterprise_construct_discrete_simplex', PACKAGE = 'DiceEnterprise', d, m)
}
expected_tosses_bound_cpp <- function(A) {
.Call('_DiceEnterprise_expected_tosses_bound_cpp', PACKAGE = 'DiceEnterprise', A)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.