elementaryscores: Elementary score functions

Description Usage Arguments Value

Description

Functions for the computation of the elementary scores.

Usage

1
2
3
4
5
6
7
8
9
es_expect(t, x, y, level, right = FALSE)

es_mean(t, x, y, right = FALSE)

es_median(t, x, y, right = FALSE)

es_prob(t, x, y, right = FALSE)

es_quant(t, x, y, level, right = FALSE)

Arguments

t

an object convertible by as.vector containing treshold values.

x

an object convertible by as.matrix containing forecasts (dim: #observations, #forecast methods).

y

an object convertible by as.vector containing observations.

level

numerical, a single value between 0 and 1.

right

logical, indicating if the scores are right-continuous in t.

Value

Returns an array with dimension (#thresholds, #observations, #forecast methods).


aijordan/murphydiagram2 documentation built on Jan. 1, 2020, 3:08 p.m.