TSD | R Documentation |
Calculate Theoretical Standard Deviation of distribution. min and max are not applied
TSD(object, ...) ## S4 method for signature 'Normal' TSD(object) ## S4 method for signature 'Beta' TSD(object) ## S4 method for signature 'Exponential' TSD(object) ## S4 method for signature 'Gamma' TSD(object) ## S4 method for signature 'Geometric' TSD(object) ## S4 method for signature 'Lognormal' TSD(object) ## S4 method for signature 'NegativeBinomial' TSD(object) ## S4 method for signature 'Pareto' TSD(object) ## S4 method for signature 'Poisson' TSD(object) ## S4 method for signature 'Uniform' TSD(object) ## S4 method for signature 'Weibull' TSD(object)
object |
Distribution Object |
... |
Additional function arguments |
xPareto <- new("Pareto",p1=20,p2=3) TSD(xPareto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.