Description Usage Arguments Value Examples
View source: R/performanceScore.R
Process the CRPS for a given number of analogues for every day of the target period.
1 | crpsVector(A, nb.analogs = 0, a = 0.44, b = 0.12)
|
A |
Results of AtmoSwing as parsed by atmoswing::parseAllNcOutputs. |
nb.analogs |
Number of analogs to consider (all of them if ignored or 0) |
a, b |
Constants that have a law-dependent optimum from which the samples are derived. |
Vector of the CRPS value for every day of the target period.
1 2 3 4 5 | ## Not run:
data <- atmoswing::parseAllNcOutputs('optim/1/results', 1, 'validation')
res <- atmoswing::crpsVector(data, 30)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.