Learn R Programming

cascsim (version 0.4)

TEKurt: Calculate Theoretical Excessive Kurtosis of distribution. min and max are not applied

Description

Calculate Theoretical Excessive Kurtosis of distribution. min and max are not applied

Usage

TEKurt(object, ...)

# S4 method for Normal TEKurt(object)

# S4 method for Beta TEKurt(object)

# S4 method for Exponential TEKurt(object)

# S4 method for Gamma TEKurt(object)

# S4 method for Geometric TEKurt(object)

# S4 method for Lognormal TEKurt(object)

# S4 method for NegativeBinomial TEKurt(object)

# S4 method for Pareto TEKurt(object)

# S4 method for Poisson TEKurt(object)

# S4 method for Uniform TEKurt(object)

# S4 method for Weibull TEKurt(object)

Arguments

object

Distribution Object

...

Additional function arguments

Examples

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

Run the code above in your browser using DataLab