TSD {cascsim}R Documentation

Calculate Theoretical Standard Deviation of distribution. min and max are not applied

Description

Calculate Theoretical Standard Deviation of distribution. min and max are not applied

Usage

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)

Arguments

object

Distribution Object

...

Additional function arguments

Examples

xPareto <- new("Pareto",p1=20,p2=3)
TSD(xPareto)

[Package cascsim version 0.4 Index]