Skip to contents

Constructor Function for "parametric" distribution Objects

Usage

new_parametric(l, variable, ..., class = character())

Arguments

l

List containing the components of a parametric distribution object.

variable

Type of random variable: "continuous", "discrete", or "mixed".

...

Attributes to add to the list.

class

If making a subclass, specify its name here.