R/F_stabExp.R

Defines functions stabExp

Documented in stabExp

#' A function to numerically stabilize an exponentiation. For internal use only
#' @param exps the vector to be exponentiated
#'
#' @return the vector with the maximum subtracted
stabExp = function(exps){
    exps-max(exps)
}
CenterForStatistics-UGent/rransi documentation built on Nov. 13, 2023, 2:07 a.m.