rkhist.list | R Documentation |
rkhist
for list
objectsThis is the method called when the fcst
argument in function
rkhist
is a list.
## S3 method for class 'list' rkhist(fcst, obs, names = NULL, ...)
fcst |
an object containing the ensemble forecasts. It must be a list, each entry containing the forecast of one ensemble. The forecast of each ensemble is a matrix whose rows contain one forecast. |
obs |
an object containing the observation associated to the forecast in
|
names |
a character vector. The row names in the returned |
... |
additional arguments, passed to function |
An S3 object of class rkhist
(indeed an N-row matrix
containing the count for each rank, with class
"rkhist"). N is the
length of fcst
, i.e. the number of ensembles.