R/UnivariateCondDistribution.R

## access methods
setMethod("name", "Condition", function(object) object@name)

## replace methods
setReplaceMethod("name", "Condition", 
    function(object, value){ object@name <- value; object})

## access methods
setMethod("cond", "UnivariateCondDistribution", function(object) object@cond)

Try the distrEx package in your browser

Any scripts or data that you put into this service are public.

distrEx documentation built on Jan. 30, 2024, 3:01 a.m.