TSkewness {cascsim} | R Documentation |
Calculate Theoretical Skewness of distribution. min and max are not applied
Description
Calculate Theoretical Skewness of distribution. min and max are not applied
Usage
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)
Arguments
object |
Distribution Object |
... |
Additional function arguments |
Examples
xPareto <- new("Pareto",p1=20,p2=4)
TSkewness(xPareto)
[Package cascsim version 0.4 Index]