Skip to contents

A data frame of information on the implemented distributions.

Usage

dist_data

Format

An object of class tbl_df (inherits from tbl, data.frame) with 10 rows and 5 columns.

Details

dist

The distribution (chr).

bcanz

Whether the distribution belongs to the set of distributions approved by BC, Canada, Australia and New Zealand for official guidelines (flag).

tails

Whether the distribution has both tails (flag).

npars

The number of parameters (int).

valid

Whether the distribution has a valid likelihood that allows it to be fit with other distributions for modeling averaging (flag).

See also

Examples

dist_data
#> # A tibble: 10 × 5
#>    dist          bcanz tails npars valid
#>    <chr>         <lgl> <lgl> <int> <lgl>
#>  1 burrIII3      FALSE TRUE      3 TRUE 
#>  2 gamma         TRUE  TRUE      2 TRUE 
#>  3 gompertz      FALSE TRUE      2 TRUE 
#>  4 invpareto     FALSE FALSE     2 FALSE
#>  5 lgumbel       TRUE  TRUE      2 TRUE 
#>  6 llogis        TRUE  TRUE      2 TRUE 
#>  7 llogis_llogis FALSE TRUE      5 TRUE 
#>  8 lnorm         TRUE  TRUE      2 TRUE 
#>  9 lnorm_lnorm   TRUE  TRUE      5 TRUE 
#> 10 weibull       TRUE  TRUE      2 TRUE