crpsNbAnalogs: Process the CRPS for an increasing number of analogues.

Description Usage Arguments Value Examples

View source: R/evalNbAnalogs.R

Description

Process the CRPS for an increasing number of analogues for every day of the target period.

Usage

1
crpsNbAnalogs(A, filter.size = 9)

Arguments

A

Results of AtmoSwing as parsed by atmoswing::parseAllNcOutputs.

filter.size

Length of "running window", has to be odd.

Value

Matrices with CRPS scores for an increasing number of analogues.

Examples

1
2
3
4
5
## Not run: 
data <- atmoswing::parseAllNcOutputs('optim/1/results', 1, 'validation')
res <- atmoswing::crpsNbAnalogs(data, 9)

## End(Not run)

atmoswing/R-toolbox documentation built on Nov. 8, 2019, 3:49 p.m.