pcd_dist_name | R Documentation |
Get distribution function cdf or pdf name
pcd_dist_name(name, type = c("delay", "primary"))
name |
String. Distribution name or alias |
type |
String. "delay" or "primary" corresponding to the type of
distribution to use as the look up. If delay then |
String distribution function name or NA if no base R implementation
Utility functions for working with distributions
add_name_attribute()
,
pcd_distributions
,
pcd_primary_distributions
pcd_dist_name("lnorm")
pcd_dist_name("lognormal")
pcd_dist_name("gamma")
pcd_dist_name("weibull")
pcd_dist_name("exp")
pcd_dist_name("unif", type = "primary")
pcd_dist_name("expgrowth", type = "primary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.