Description Usage Arguments Details Value Examples
Sequentially performs the entropy difference (ED) test for the GEVr model.
1 | gevrSeqTests(data, method = "ed", ...)
|
data |
Data should be contain n rows, each a GEVr observation. |
method |
string indicating the method. Only |
... |
currently ignored (unused arguments) for compatibility with former versions of the package |
GEVr data (in matrix x) should be of the form x[i,1] > x[i, 2] > \cdots > x[i, r] for each observation i = 1, …, n. See function ‘pSeqStop’ for details on transformed p-values.
Function returns a data frame containing the test statistics, estimates, and p-value results of the sequential tests.
r |
Value of r to be tested. |
p.values |
Raw p-values from the individual tests at each value of r. |
ForwardStop |
Transformed p-values according to the ForwardStop stopping rule. |
StrongStop |
Transformed p-values according to the StrongStop stopping rule. |
statistic |
Returned test statistics of each individual test. |
est.loc |
Estimated location parameter for the given r. |
est.scale |
Estimated scale parameter for the given r. |
est.shape |
Estimated shape parameter for the given r. |
1 2 | x <- rgevr(200, 5, loc = 0.5, scale = 1, shape = 0.25)
gevrSeqTests(x, method = "ed")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.