# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
multinomial_resampling <- function(weights, ndraws, rand) {
.Call('_UnbiasedScore_multinomial_resampling', PACKAGE = 'UnbiasedScore', weights, ndraws, rand)
}
maximal_rejection_sampling <- function(ancestors1, weights1, weights2) {
.Call('_UnbiasedScore_maximal_rejection_sampling', PACKAGE = 'UnbiasedScore', ancestors1, weights1, weights2)
}
maximal_maximal_multinomial_resampling <- function(weights1, weights2, weights3, weights4, ndraws, residualtype) {
.Call('_UnbiasedScore_maximal_maximal_multinomial_resampling', PACKAGE = 'UnbiasedScore', weights1, weights2, weights3, weights4, ndraws, residualtype)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.