Learn R Programming

ismev (version 1.43)

pp.diag: Diagnostic Plots for Point Process Models

Description

Produces diagnostic plots for point process models using the output of the function pp.fit.

Usage

pp.diag(z)

Value

For stationary models two plots are produced; a probability plot and a quantile plot.

For non-stationary models two plots are produced; a residual probability plot and a residual quantile plot.

Arguments

z

An object returned by pp.fit.

See Also

pp.fit, gpd.fit

Examples

Run this code
data(rain)
rnfit <- pp.fit(rain, 10)
pp.diag(rnfit)

Run the code above in your browser using DataLab