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 Nov. 16, 2022, 1:07 a.m.