File: distributionsList.R

package info (click to toggle)
r-cran-modeest 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 2
file content (48 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

.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")
}