Learn R Programming

cascsim (version 0.4)

TMean: Calculate Theoretical Mean of distribution. min and max are not applied

Description

Calculate Theoretical Mean of distribution. min and max are not applied

Usage

TMean(object, ...)

# S4 method for Normal TMean(object)

# S4 method for Beta TMean(object)

# S4 method for Exponential TMean(object)

# S4 method for Gamma TMean(object)

# S4 method for Geometric TMean(object)

# S4 method for Lognormal TMean(object)

# S4 method for NegativeBinomial TMean(object)

# S4 method for Pareto TMean(object)

# S4 method for Poisson TMean(object)

# S4 method for Uniform TMean(object)

# S4 method for Weibull TMean(object)

Arguments

object

Distribution Object

...

Additional function arguments

Examples

Run this code
# NOT RUN {
xPareto <- new("Pareto",p1=20,p2=3)
TMean(xPareto)
# }

Run the code above in your browser using DataLab