Learn R Programming

distributional (version 0.2.1)

new_dist: Create a new distribution

Description

Create a new distribution

Usage

new_dist(..., class = NULL, dimnames = NULL)

Arguments

...

Parameters of the distribution (named).

class

The class of the distribution for S3 dispatch.

dimnames

The names of the variables in the distribution (optional).