# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_normal <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_normal`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_vac <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_vac`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_vac_general <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_vac_general`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_vac_prev_hist <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_vac_prev_hist`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_vac_log_normal <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_vac_log_normal`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_vac_set_point <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_vac_set_point`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_normal_rel <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_normal_rel`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
#' Base boosting fast
#'
#' A fast implementation of the basic boosting function, giving predicted titres for a number of samples for one individual. Note that this version attempts to minimise memory allocations.
#' @family boosting_functions
#' @seealso \code{\link{titre_data_fast}}
ab_kin_vac_rel <- function(predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars) {
invisible(.Call(`_rcppfunchcw_ab_kin_vac_rel`, predicted_titres, theta, infection_info, vaccination_info, setup_data, indexing, antigenic_maps, other_pars))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.