TMean | R Documentation |
Calculate Theoretical Mean of distribution. min and max are not applied
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)
object |
Distribution Object |
... |
Additional function arguments |
xPareto <- new("Pareto",p1=20,p2=3) TMean(xPareto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.