sampleMean-methods: Calculate the mean of 100000 sampled values from the...

Description Usage Arguments Examples

Description

Calculate the mean of 100000 sampled values from the distribution.

Usage

1
2
3
4
sampleMean(object, ...)

## S4 method for signature 'Distribution'
sampleMean(object)

Arguments

object

A Distribution Object

...

Additional function arguments

Examples

1
2
xLognormal <- new("Lognormal",p1=2,p2=3)
sampleMean(xLognormal)

cascsim documentation built on Jan. 13, 2020, 5:07 p.m.