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