sd-methods
From distr v2.6
by Peter Ruckdeschel
Methods for Function sd in Package `distr'
sd-methods
- Keywords
- methods, distribution
Methods
- sd
signature(x = "Any")
: see sd- sd
signature(x = "NormParameter")
: returns the slot sd of the parameter of the distribution- sd<-
signature(object = "NormParameter")
: modifies the slot sd of the parameter of the distribution- sd
signature(x = "Norm")
: returns the slot sd of the parameter of the distribution- sd<-
signature(object = "Norm")
: modifies the slot sd of the parameter of the distribution
See Also
Community examples
Looks like there are no examples yet.