pp.gen.exp: Probability versus Probability (PP) plot for the Generalized...

Description Usage Arguments Value See Also Examples

View source: R/GE.R

Description

The function pp.gen.exp() produces a PP plot for the GE based on their MLE or any other estimator. Also, a reference line can be sketched.

Usage

1
pp.gen.exp(x, alpha.est, lambda.est, main = " ", line = FALSE, ...)

Arguments

x

vector of observations

alpha.est

estimate of the parameter alpha

lambda.est

estimate of the parameter lambda

main

the title for the plot.

line

logical; if TRUE, a 45 degree line is sketched.

...

additional arguments to be passed to the underlying plot function.

Value

The function pp.gen.exp() carries out a PP plot for the GE.

See Also

qq.gen.exp for QQ plot and ks.gen.exp functions;

Examples

1
2
3
4
5
6
## Load dataset
data(bearings)
## Estimates of alpha & lambda using 'maxLik' package
## alpha.est = 5.28321139, lambda.est = 0.03229609

pp.gen.exp(bearings, 5.28321139, 0.03229609, line = TRUE)

reliaR documentation built on May 1, 2019, 9:51 p.m.

Related to pp.gen.exp in reliaR...