Reals-class
From distr v2.0.2
by Peter Ruckdeschel
Class "Reals"
Particular case of a one-dimensional Euclidean Space
- Keywords
- distribution
Usage
Reals()
Objects from the Class
Objects could theoretically be created by calls of the form new("Reals", dimension, name)
.
Usually an object of this class is not needed on its own. It is generated automatically when a univariate absolutly
continuous distribution is instantiated.
Extends
Class "EuclideanSpace"
, directly.
Class "rSpace"
, by class "EuclideanSpace"
.
concept
- space
- set
- S4 space class
See Also
EuclideanSpace-class
Naturals-class
AbscontDistribution-class
Examples
R <- Reals()
liesIn(R,c(0,0)) # FALSE
Community examples
Looks like there are no examples yet.