Description Usage Arguments Author(s)
View source: R/verifyDispersion.R
RAnEnExtra::verifyDispersion calculates dispersion.
1 | verifyDispersion(anen.ver, obs.ver, boot = F, R = 1000, na.rm = T)
|
anen.ver |
A 4-dimensional array. This array is usually created from the 'value' column of the 'analogs' member in the results of 'RAnEn::generateAnalogs'. The dimensions should be '[stations, times, lead times, members]'. |
obs.ver |
A 3-dimensional array. The dimensions should be '[stations, times, lead times]'. You can generate the array using 'RAnEn::alignObservations'. |
boot |
Whether to use bootstrap. |
R |
The number of bootstrap replicates. Used by the function 'boot::boot'. |
na.rm |
Whether to remove NA values. |
Guido Cervone cervone@psu.edu
Martina Calovi mxc895@psu.edu
Laura Clemente-Harding laura@psu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.