Description Usage Arguments Value Author(s) Examples
Calculate the multivariate rank given vectors of u and v ensemble forecasts
1 | getemosmvrank(u, v, mu.u, mu.v, s.u, s.v, rho = 0, n = 21)
|
u |
u-component of verifying wind observation |
v |
v-component of verifying wind observation |
mu.u |
u-component of EMOS mean wind vector |
mu.v |
v-component of EMOS mean wind vector |
s.u |
square root of u-component of EMOS variance |
s.v |
square root of v-component of EMOS variance |
rho |
u/v correlation coefficient |
n |
number of ensemble members |
numeric ... the emos multivariate rank
Bryan Holman
1 2 | # calculate multivariate rank
emosmvrank <- getemosmvrank(u, v, mu.u, mu.v, s.u, s.v)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.