R/nberdev.R

Defines functions `nberdev`

`nberdev` <- function(dnum=1) {
  if (is.nan(dnum) || ! dnum %in% 1:28)
  stop("dnum must be between 1 and 28")
  return( c("uniform",
            "exponential",
            "Maxwell",
            "double exponential",
            "logistic",
            "Cauchy",
            "extreme value",
            "infinite peak",
            "Pareto",
            "symmetric Pareto",
            "normal",
            "lognormal",
            "uniform scale mixture",
            "Matterhorn",
            "logarithmic peak",
            "isosceles triangle",
            "beta (2,2)",
            "chi-square (1)",
            "normal cubed",
            "inverse exponential",
            "Marronite",
            "skewed bimodal",
            "claw",
            "smooth comb",
            "caliper",
            "trimodal uniform",
            "sawtooth",              
            "bilogarithmic peak")[dnum])             
}

Try the benchden package in your browser

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

benchden documentation built on Aug. 31, 2023, 9:07 a.m.