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

sampleMeanR Documentation

Calculate the mean of 100000 sampled values from the distribution.

Description

Calculate the mean of 100000 sampled values from the distribution.

Usage

sampleMean(object, ...)

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

Arguments

object

A Distribution Object

...

Additional function arguments

Examples

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

casact/cascsim documentation built on Nov. 12, 2022, 11:53 p.m.