Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

shape-methods

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 = "Gammad"): returns the slot shape 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 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

shape

signature(object = "Chisq"): if ncp(object) is 0, a Chi-squared distribution is also a Gamma distribution; in this case, shape returns df(object)/2 else an error;

shape

signature(object = "Exp"): returns the slot shape of the parameter slot of the Exp distribution (=1)


distr

Object Oriented Implementation of Distributions

v2.8.0
LGPL-3
Authors
Florian Camphausen [ctb] (contributed as student in the initial phase --2005), Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], Thomas Stabla [ctb] (contributed as student in the initial phase --2005), R Core Team [ctb, cph] (for source file ks.c/ routines 'pKS2' and 'pKolmogorov2x')
Initial release
2019-03-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.