Quantile-methods: Quantile function.

Description Usage Arguments Examples

Description

Quantile function.

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
35
36
37
Quantile(object, p, ...)

## S4 method for signature 'Normal'
Quantile(object, p)

## S4 method for signature 'Beta'
Quantile(object, p)

## S4 method for signature 'Exponential'
Quantile(object, p)

## S4 method for signature 'Gamma'
Quantile(object, p)

## S4 method for signature 'Geometric'
Quantile(object, p)

## S4 method for signature 'Lognormal'
Quantile(object, p)

## S4 method for signature 'NegativeBinomial'
Quantile(object, p)

## S4 method for signature 'Pareto'
Quantile(object, p)

## S4 method for signature 'Poisson'
Quantile(object, p)

## S4 method for signature 'Uniform'
Quantile(object, p)

## S4 method for signature 'Weibull'
Quantile(object, p)

## S4 method for signature 'Empirical'
Quantile(object, p)

Arguments

object

Distribution Object

p

Probability

...

Additional function arguments

Examples

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

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