Skip to contents

Constructor Function for "dst" Objects

Usage

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

Arguments

l

List containing the components of a 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.