Learn R Programming

cascsim (version 0.4)

TSkewness: 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 Normal TSkewness(object)

# S4 method for Beta TSkewness(object)

# S4 method for Exponential TSkewness(object)

# S4 method for Gamma TSkewness(object)

# S4 method for Geometric TSkewness(object)

# S4 method for Lognormal TSkewness(object)

# S4 method for NegativeBinomial TSkewness(object)

# S4 method for Pareto TSkewness(object)

# S4 method for Poisson TSkewness(object)

# S4 method for Uniform TSkewness(object)

# S4 method for Weibull TSkewness(object)

Arguments

object

Distribution Object

...

Additional function arguments

Examples

Run this code
# NOT RUN {
xPareto <- new("Pareto",p1=20,p2=4)
TSkewness(xPareto)
# }

Run the code above in your browser using DataLab