Learn R Programming

cascsim (version 0.4)

sampleSkew: Calculate the skewness of 10000 sampled values from the distribution.

Description

Calculate the skewness of 10000 sampled values from the distribution.

Usage

sampleSkew(object, ...)

# S4 method for Distribution sampleSkew(object)

Arguments

object

A Distribution Object

...

Additional function arguments

Examples

Run this code
# NOT RUN {
xLognormal <- new("Lognormal",p1=2,p2=3)
sampleSkew(xLognormal)
# }

Run the code above in your browser using DataLab