scale-methods {distr} | R Documentation |
Methods for Function scale in Package ‘distr’
Description
scale-methods
Methods
- scale
signature(object = "GammaParameter")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "GammaParameter")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "Gammad")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "Gammad")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "LogisParameter")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "LogisParameter")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "Logis")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "Logis")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "WeibullParameter")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "WeibullParameter")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "Weibull")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "Weibull")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "CauchyParameter")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "CauchyParameter")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "Cauchy")
: returns the slotscale
of the parameter of the distribution- scale<-
signature(object = "Cauchy")
: modifies the slotscale
of the parameter of the distribution- scale
signature(object = "Chisq")
: ifncp(object)
is 0, a Chi-squared distribution is also a Gamma distribution; in this case,scale
returns 2 else an error;