Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RealRandVariable-class

Real random variable


Description

Class of real random variables.

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(s)

See Also

Examples

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

RandVar

Implementation of Random Variables

v1.2.1
LGPL-3
Authors
Matthias Kohl [cre, cph, aut], Peter Ruckdeschel [aut, cph]
Initial release
2020-01-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.