sampleSkew | R Documentation |
Calculate the skewness of 10000 sampled values from the distribution.
sampleSkew(object, ...) ## S4 method for signature 'Distribution' sampleSkew(object)
object |
A Distribution Object |
... |
Additional function arguments |
xLognormal <- new("Lognormal",p1=2,p2=3) sampleSkew(xLognormal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.