shape-methods {distr} | R Documentation |
Methods for Function shape in Package ‘distr’
Description
shape-methods
Methods
- shape
signature(object = "GammaParameter")
: returns the slotshape
of a parameter of a Gamma distribution- shape<-
signature(object = "GammaParameter")
: modifies the slotshape
of a parameter of a Gamma distribution- shape
signature(object = "Gammad")
: returns the slotshape
of the parameter slot of a Gamma distribution- shape<-
signature(object = "Gammad")
: modifies the slot shape of the parameter slot of a Gamma distribution- shape
signature(object = "WeibullParameter")
: returns the slotshape
of a parameter of a Weibull distribution- shape<-
signature(object = "WeibullParameter")
: modifies the slotshape
of a parameter of a Weibull distribution- shape
signature(object = "Weibull")
: returns the slotshape
of the parameter slot of the distribution- shape<-
signature(object = "Weibull")
: modifies the slotshape
of the parameter slot of the distribution- shape
signature(object = "Chisq")
: ifncp(object)
is 0, a Chi-squared distribution is also a Gamma distribution; in this case,shape
returnsdf(object)/2
else an error;- shape
signature(object = "Exp")
: returns the slotshape
of the parameter slot of the Exp distribution (=1)