TEKurt {cascsim}R Documentation

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 signature 'Normal'
TEKurt(object)

## S4 method for signature 'Beta'
TEKurt(object)

## S4 method for signature 'Exponential'
TEKurt(object)

## S4 method for signature 'Gamma'
TEKurt(object)

## S4 method for signature 'Geometric'
TEKurt(object)

## S4 method for signature 'Lognormal'
TEKurt(object)

## S4 method for signature 'NegativeBinomial'
TEKurt(object)

## S4 method for signature 'Pareto'
TEKurt(object)

## S4 method for signature 'Poisson'
TEKurt(object)

## S4 method for signature 'Uniform'
TEKurt(object)

## S4 method for signature 'Weibull'
TEKurt(object)

Arguments

object

Distribution Object

...

Additional function arguments

Examples

xPareto <- new("Pareto",p1=20,p2=5)
TEKurt(xPareto)

[Package cascsim version 0.4 Index]