R/get_distr_names.R

Defines functions get_distr_names

Documented in get_distr_names

#' Get the distribution names
#' @return the distribution names
#' @examples
#' check_empty_beautier_folder()
#'
#' get_distr_names()
#'
#' check_empty_beautier_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_distr_names <- function() {
  c(
    "uniform", "normal", "one_div_x", "log_normal", "exponential",
    "gamma", "beta", "laplace", "inv_gamma", "poisson"
  )
}

Try the beautier package in your browser

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

beautier documentation built on Nov. 2, 2023, 5:08 p.m.