Description Usage Arguments Value See Also Examples
View source: R/GPD_Parameter_Stability_Plot.R
Plots showing the stability of the GPD scale and shape parameter estimates across a specified range of thresholds.
1 2 | GPD_Parameter_Stability_Plot(Data, Data_Full, u = 0.95, PLOT = FALSE,
xlab_hist = "Data", y_lab = "Data")
|
Data |
Numeric vector containing the declusted data. |
Data_Full |
Numeric vector containing the non-declustered data. |
u |
Numeric vector of GPD thresholds; given as a quantiles |
Plot |
Logical; indicating whether to plot diagnostics. Default is |
Plot of the shape and modified scale parameter estimates along with their errors bars over the range of specified thresholds.
1 2 3 | GPD_Parameter_Stability_Plot(Data = S20.Detrend.Declustered.df$Rainfall,
Data_Full= na.omit(S20.Detrend.df$Rainfall),
u=seq(0.9,0.999,0.001))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.