On Tue, 9 May 2017, Henrique Andrade wrote:
On Mai 5 2017, at 10:03 pm, Allin Cottrell <cottrell(a)wfu.edu>
wrote:
(...)
Problem 2: OK, but I'd like to provide several columns of forecast
values -- can't you give me a return matrix with several columns of
forecast evaluation statistics?
Fix 2: We now support this. For the actual observed values, y, we
still require a single series or vector, but if you give as the
second argument, f, a matrix with n columns, we return a matrix with
n columns, each of which contains forecast evaluation statistics for
the corresponding column of f. (The number of rows of f must, of
course, match the number of values in y).
(...)
Dear Allin, very nice implementation! Is it possible to include lists as
thesecond argument?
[68cbb5b0f4586c0c8c889750918ab411ba7c6fd0474c8443ff21cfc4e75cf00d]
OK, you now have that in git. Snapshots to follow.
Allin