make_df_list: Make a named list of distribution functions

Description Usage Value Examples

View source: R/distributions.R

Description

Constructs the default nested list of distribution functions used to animated normal QQ plots. By default, the list contains Normal Student t_3 Student t_6 Gamma(3) Beta(0.6,0.6) Exotic Each member of the list has 3 named elements [ d = density function (eg, dnorm) q = quantile function (eg, qnorm) r = random generator (eg, rnorm) ] Each of these functions must take a single argument; others must be bound externally. For examples, see the function make.normal.dist or make.t.dist.

Usage

1

Value

Named list of (density, quantile, generator) triples for distributions

Examples

1

qqvases documentation built on May 1, 2019, 10:18 p.m.