distr2name: Conversion between abbreviated distribution names and proper...

Description Usage Arguments Value Examples

Description

The function distr2name converts abbreviated distribution names to proper distribution names (e.g. "norm" becomes "Gaussian").

The function name2distr does the reciprocal operation.

Usage

1
2
3

Arguments

x

character. A vector of abbreviated distribution names or proper distribution names.

Value

A character vector of the same length as x. Elements of x that are not recognized are kept unchanged.

Examples

1
2
distr2name(c("norm", "dnorm", "rhyper", "ppois"))
name2distr(c("Cauchy", "Gaussian", "Generalized Extreme Value"))

statoo documentation built on Jan. 27, 2017, 1 p.m.

Related to distr2name in statoo...