TMean {cascsim} | R Documentation |
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 signature 'Normal'
TMean(object)
## S4 method for signature 'Beta'
TMean(object)
## S4 method for signature 'Exponential'
TMean(object)
## S4 method for signature 'Gamma'
TMean(object)
## S4 method for signature 'Geometric'
TMean(object)
## S4 method for signature 'Lognormal'
TMean(object)
## S4 method for signature 'NegativeBinomial'
TMean(object)
## S4 method for signature 'Pareto'
TMean(object)
## S4 method for signature 'Poisson'
TMean(object)
## S4 method for signature 'Uniform'
TMean(object)
## S4 method for signature 'Weibull'
TMean(object)
Arguments
object |
Distribution Object |
... |
Additional function arguments |
Examples
xPareto <- new("Pareto",p1=20,p2=3)
TMean(xPareto)
[Package cascsim version 0.4 Index]