TEKurt | R Documentation |
Calculate Theoretical Excessive Kurtosis of distribution. min and max are not applied
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)
object |
Distribution Object |
... |
Additional function arguments |
xPareto <- new("Pareto",p1=20,p2=5) TEKurt(xPareto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.