powered by
Produces diagnostic plots for point process models using the output of the function pp.fit.
pp.fit
pp.diag(z)
An object returned by pp.fit.
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.
pp.fit, gpd.fit
gpd.fit
# NOT RUN { data(rain) rnfit <- pp.fit(rain, 10) pp.diag(rnfit) # }
Run the code above in your browser using DataLab