R/distributionsList.R

Defines functions .distributionsList

.distributionsList <- 
function()
{
  c("beta",
    "cauchy",
    "chisq",
    "dagum",
    "exp",
    "f",
    "fisk", 
    "frechet",
    "gamma",
    "norm",
    "gev",
    "gh",
    "ght",
    "gld",
    "gompertz", 
    "gpd",
    "gumbel",
    "hyp",
    "koenker",
    "kumar",
    "laplace",
    "logis",
    "lnorm",
    "lomax",
    "maxwell", 
    "mvnorm",
    "naka",
    "nig",
    "paralogistic", 
    "pareto",
    "rayleigh",
    "stable",
    #"symstb",
    "t",
    "unif",
    "weibull",
    "yules",
    "bern",
    "binom",
    "geom",
    "hyper",
    "nbinom",
    "pois")
}

Try the modeest package in your browser

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

modeest documentation built on Nov. 18, 2019, 5:07 p.m.