Learn R Programming

fitdistcp (version 0.1.1)

reltest2_plot: 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
)

Value

Plots the results of reliability testing

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)