powered by
Calculate the excess kurtosis of 10000 sampled values from the distribution.
sampleKurtosis(object, ...)# S4 method for Distribution sampleKurtosis(object)
# S4 method for Distribution sampleKurtosis(object)
A Distribution Object
Additional function arguments
# NOT RUN { xLognormal <- new("Lognormal",p1=2,p2=3) sampleKurtosis(xLognormal) # }
Run the code above in your browser using DataLab