sampleSd {cascsim} | R Documentation |
Calculate the standard deviation of 10000 sampled values from the distribution.
sampleSd(object, ...)
## S4 method for signature 'Distribution'
sampleSd(object)
object |
A Distribution Object |
... |
Additional function arguments |
xLognormal <- new("Lognormal",p1=2,p2=3)
sampleSd(xLognormal)