dist_data {ssdtools} | R Documentation |
Distribution Data
Description
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 4 columns.
Details
- dist
The distribution (chr).
- npars
The number of parameters (int).
- tails
Whether the distribution has both tails (flag).
- stable
Whether the distribution is numerically stable (flag).
- bcanz
Whether the distribution belongs to the set of distributions approved by BC, Canada, Australia and New Zealand for official guidelines (flag).
See Also
Other dists:
ssd_dists_all()
,
ssd_dists()
Examples
dist
[Package ssdtools version 1.0.6 Index]