Description Usage Arguments Examples
Calculate Theoretical Skewness of distribution. min and max are not applied
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | TSkewness(object, ...)
## S4 method for signature 'Normal'
TSkewness(object)
## S4 method for signature 'Beta'
TSkewness(object)
## S4 method for signature 'Exponential'
TSkewness(object)
## S4 method for signature 'Gamma'
TSkewness(object)
## S4 method for signature 'Geometric'
TSkewness(object)
## S4 method for signature 'Lognormal'
TSkewness(object)
## S4 method for signature 'NegativeBinomial'
TSkewness(object)
## S4 method for signature 'Pareto'
TSkewness(object)
## S4 method for signature 'Poisson'
TSkewness(object)
## S4 method for signature 'Uniform'
TSkewness(object)
## S4 method for signature 'Weibull'
TSkewness(object)
|
object |
Distribution Object |
... |
Additional function arguments |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.