Learn R Programming

RandVar (version 1.2.4)

RealRandVariable-class: Real random variable

Description

Class of real random variables.

Arguments

Objects from the Class

Objects can be created by calls of the form new("RealRandVariable", ...). More frequently they are created via the generating function EuclRandVariable.

Slots

Map

Object of class "list": list of functions.

Domain

Object of class "OptionalrSpace": domain of the random variable.

Range

Object of class "Reals": range of the random variable.

Extends

Class "EuclRandVariable", directly.
Class "RandVariable", by class "EuclRandVariable".

Methods

Range<-

signature(object = "EuclRandVariable"): replacement function for the slot Range.

Author

Matthias Kohl Matthias.Kohl@stamats.de

See Also

EuclRandVariable-class

Examples

Run this code
new("RealRandVariable", Map=list(function(x){x}), Range = Reals())

Run the code above in your browser using DataLab