TSD-methods: Calculate Theoretical Standard Deviation of distribution. min...

Description Usage Arguments Examples

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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

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

cascsim documentation built on Jan. 13, 2020, 5:07 p.m.