ExpOrGammaOrChisq-class {distr} | R Documentation |
Class "ExpOrGammaOrChisq"
Description
To have common methods, a class "ExpOrGammaOrChisq"
is introduced
as subclass of class "AbscontDistribution"
and as superclass of
classes "Chisq"
, "Exp"
, "Gammad"
. It is only used
internally.
Objects from the Class
This class is virtual, hence cannot be instantiated.
Extends
Class "AbscontDistribution"
, directly.
Class "UnivariateDistribution"
, by class "AbscontDistribution"
.
Class "Distribution"
, by class "UnivariateDistribution"
.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
Chisq-class
Gammad-class
Exp-class
Examples
## class only used internally
[Package distr version 2.9.3 Index]