View source: R/03c_reltest2_plot_libs.R
reltest2_plot | R Documentation |
Plots 9 diagnostics related to predictive probability matching.
reltest2_plot(
model,
ntrials,
nrepeats,
nx,
params,
nmethods,
alpha,
freqexceeded,
case
)
model |
which distribution to test. Possibles values are "gev", "gpd", "gev_p1". |
ntrials |
the number of trials o run. 5000 typically gives good results. |
nrepeats |
the number of entire repeats of the test to run, to check for convergence |
nx |
the length of the training data. |
params |
values for the parameters for the specified distribution |
nmethods |
the number of methods being tested |
alpha |
the values of alpha being tested |
freqexceeded |
the exceedance counts |
case |
there are 3 cases (must be set to case=1 except for my testing) |
Plots the results of reliability testing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.