| RealRandVariable-class | 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.
MapObject of class "list": list of functions.
DomainObject of class "OptionalrSpace":
domain of the random variable.
RangeObject of class "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
EuclRandVariable-class
new("RealRandVariable", Map=list(function(x){x}), Range = Reals())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.