R/approximationMehodsInside.R

#' A vector containing names of the built-in approximation methods.
#'
#' @description
#' `approximationMehodsInside` is a vector containing names of the built-in approximation methods.
#'
#' @return This function returns a vector of strings.
#'
#'
#' @examples
#'
#' # check the names
#'
#' approximationMehodsInside
#'
#' @export




# approximation methods from this package

approximationMehodsInside <- c("ExpectedValueCore","TriangularSupportDist")

Try the ZEP package in your browser

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

ZEP documentation built on June 23, 2025, 9:07 a.m.