| RealRandVariable-class {RandVar} | R Documentation |
Class of real random variables.
Objects can be created by calls of the form new("RealRandVariable", ...).
More frequently they are created via the generating function
EuclRandVariable.
Map:"list": list of functions. Domain:"OptionalrSpace":
domain of the random variable. Range:"Reals":
range of the random variable.
Class "EuclRandVariable", directly.
Class "RandVariable", by class "EuclRandVariable".
signature(object = "EuclRandVariable"):
replacement function for the slot Range. Matthias Kohl Matthias.Kohl@stamats.de
new("RealRandVariable", Map=list(function(x){x}), Range = Reals())