new_dist: Create a new distribution

View source: R/distribution.R

new_distR Documentation

Create a new distribution

Description

[Maturing]

Allows extension package developers to define a new distribution class compatible with the distributional package.

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).


distributional documentation built on March 31, 2023, 7:12 p.m.