sampleKurtosis {cascsim} | R Documentation |
Calculate the excess kurtosis of 10000 sampled values from the distribution.
Description
Calculate the excess kurtosis of 10000 sampled values from the distribution.
Usage
sampleKurtosis(object, ...)
## S4 method for signature 'Distribution'
sampleKurtosis(object)
Arguments
object |
A Distribution Object |
... |
Additional function arguments |
Examples
xLognormal <- new("Lognormal",p1=2,p2=3)
sampleKurtosis(xLognormal)
[Package cascsim version 0.4 Index]