R/RcppExports.R

Defines functions fastelo mat2seqint steepint

Documented in fastelo mat2seqint steepint

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @export
fastelo <- function(WINNER, LOSER, ALLIDS, KVALS, STARTVALUES, NORMPROB = TRUE, ROUND = TRUE) {
    .Call('_EloRating_fastelo', PACKAGE = 'EloRating', WINNER, LOSER, ALLIDS, KVALS, STARTVALUES, NORMPROB, ROUND)
}

mat2seqint <- function(mat) {
    .Call('_EloRating_mat2seqint', PACKAGE = 'EloRating', mat)
}

steepint <- function(mat, nrand, Dij = TRUE) {
    .Call('_EloRating_steepint', PACKAGE = 'EloRating', mat, nrand, Dij)
}

Try the EloRating package in your browser

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

EloRating documentation built on March 26, 2020, 7:29 p.m.