Skip to contents

List the supported distribution families

Usage

distribution_names()

Value

A character vector of the distribution family names accepted by distribution() and dist_fit().

Examples

distribution_names()
#>  [1] "Bernoulli"               "Beta"                   
#>  [3] "Binomial"                "Cauchy"                 
#>  [5] "Deterministic"           "Empirical"              
#>  [7] "Exponential"             "GeneralizedBeta"        
#>  [9] "GeneralizedExtremeValue" "GeneralizedLogistic"    
#> [11] "GeneralizedPareto"       "Geometric"              
#> [13] "ChiSquared"              "GammaDistribution"      
#> [15] "Gumbel"                  "InverseChiSquared"      
#> [17] "InverseGamma"            "KappaFour"              
#> [19] "LogPearsonTypeIII"       "LnNormal"               
#> [21] "LogNormal"               "Logistic"               
#> [23] "NoncentralT"             "Normal"                 
#> [25] "Pareto"                  "PearsonTypeIII"         
#> [27] "Pert"                    "PertPercentile"         
#> [29] "PertPercentileZ"         "Poisson"                
#> [31] "Rayleigh"                "StudentT"               
#> [33] "Triangular"              "TruncatedNormal"        
#> [35] "Uniform"                 "UniformDiscrete"        
#> [37] "VonMises"                "Weibull"