reltest2_plot {fitdistcp} | R Documentation |
Plotting routine for reltest2
Description
Plots 9 diagnostics related to predictive probability matching.
Usage
reltest2_plot(
model,
ntrials,
nrepeats,
nx,
params,
nmethods,
alpha,
freqexceeded,
case
)
Arguments
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) |
Value
Plots the results of reliability testing
[Package fitdistcp version 0.1.1 Index]