R/RcppExports.R

Defines functions fastsum

Documented in fastsum

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' Fast Sum implemented in Cpp.
#'
#' Cpp function which speed up the computation of the Hurwitz zeta function.
#' @param i An integer.
#' @param xmin An integer.
#' @param alpha A real number greater than 1.
#' @export
fastsum <- function(i, xmin, alpha) {
    .Call('staTools_fastsum', PACKAGE = 'staTools', i, xmin, alpha)
}

Try the staTools package in your browser

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

staTools documentation built on May 2, 2019, 2:17 a.m.