shape-methods {distr}R Documentation

Methods for Function shape in Package 'distr'

Description

shape-methods

Methods

shape
signature(object = "GammaParameter"): returns the slot shape of a parameter of a Gamma distribution
shape<-
signature(object = "GammaParameter"): modifies the slot shape of a parameter of a Gamma distribution
shape
signature(object = "Gamma"): returns the slot shape of the parameter slot of a Gamma distribution
shape<-
signature(object = "Gamma"): modifies the slot shape of the parameter slot of a Gamma distribution
shape
signature(object = "WeibullParameter"): returns the slot shape of a parameter of a Weibull distribution
shape<-
signature(object = "WeibullParameter"): modifies the slot shape of a parameter of a Weibull distribution
shape
signature(object = "Weibull"): returns the slot shape of the parameter slot of the distribution
shape<-
signature(object = "Weibull"): modifies the slot shape of the parameter slot of the distribution

[Package Contents]