TEKurt-methods: Calculate Theoretical Excessive Kurtosis of distribution. min...

Description Usage Arguments Examples

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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

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

cascsim documentation built on Jan. 13, 2020, 5:07 p.m.