scale-methods
signature(object = "GammaParameter")
: returns the slot scale
of the parameter of the distribution
signature(object = "GammaParameter")
: modifies the slot scale
of the parameter of the distribution
signature(object = "Gammad")
: returns the slot scale
of the parameter of the distribution
signature(object = "Gammad")
: modifies the slot scale
of the parameter of the distribution
signature(object = "LogisParameter")
: returns the slot scale
of the parameter of the distribution
signature(object = "LogisParameter")
: modifies the slot scale
of the parameter of the distribution
signature(object = "Logis")
: returns the slot scale
of the parameter of the distribution
signature(object = "Logis")
: modifies the slot scale
of the parameter of the distribution
signature(object = "WeibullParameter")
: returns the slot scale
of the parameter of the distribution
signature(object = "WeibullParameter")
: modifies the slot scale
of the parameter of the distribution
signature(object = "Weibull")
: returns the slot scale
of the parameter of the distribution
signature(object = "Weibull")
: modifies the slot scale
of the parameter of the distribution
signature(object = "CauchyParameter")
: returns the slot scale
of the parameter of the distribution
signature(object = "CauchyParameter")
: modifies the slot scale
of the parameter of the distribution
signature(object = "Cauchy")
: returns the slot scale
of the parameter of the distribution
signature(object = "Cauchy")
: modifies the slot scale
of the parameter of the distribution
signature(object = "Chisq")
: if ncp(object)
is 0, a Chi-squared distribution is also a Gamma distribution;
in this case, scale
returns 2 else an error;