Learn R Programming

BLCOP (version 0.3.3)

distribution-class: Class "distribution"

Description

A class that describes univariate distributions

Arguments

Objects from the Class

Objects can be created by calls of the form new("distribution", ...). There is also a constructor which is also named distribution.

Slots

RName:

Object of class "character". This is the R "suffix" of the distirbution.

parameters:

Object of class "numeric". A named numeric vector that holds the parameters of the distribution

See Also

distribution, '>mvdistribution, mvdistribution

Examples

Run this code
# NOT RUN {
    showClass("distribution")
# }

Run the code above in your browser using DataLab