Construct a distribution from its family name and parameter vector. The
result is a lightweight object accepted by dist_pdf(), dist_cdf(),
dist_quantile(), dist_random(), dist_moments(), and friends. All 38
factory-constructible families of the USACE-RMC Numerics library are
supported; see distribution_names() for the list.
Details
Parameters are positional, in the same order as the C# constructor for the
family (for example Normal takes c(mean, sd) and
GeneralizedExtremeValue takes c(location, scale, shape)). Use
dist_params() on a constructed object to see the parameter names.
See also
dist_fit() to estimate one from data, distribution_names().