TSkewness {cascsim} | R Documentation |
Calculate Theoretical Skewness of distribution. min and max are not applied
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 |
xPareto <- new("Pareto",p1=20,p2=4)
TSkewness(xPareto)