Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
minimax_alt <- function(design_type, pso_info, design_info_list, init_bound_info, nelder_mead_settings, n_threads, verbose, seed) {
.Call(`_minimaxALT_minimax_alt`, design_type, pso_info, design_info_list, init_bound_info, nelder_mead_settings, n_threads, verbose, seed)
}
transform_proportion <- function(dirichlet_prop) {
.Call(`_minimaxALT_transform_proportion`, dirichlet_prop)
}
transform_sigmoid <- function(inbound_sigmoid, lower_bound, upper_bound) {
.Call(`_minimaxALT_transform_sigmoid`, inbound_sigmoid, lower_bound, upper_bound)
}
equivalence_theorem <- function(alloc, design_info_list, model_set_in, seed) {
.Call(`_minimaxALT_equivalence_theorem`, alloc, design_info_list, model_set_in, seed)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.