meanscores: Mean score functions

Description Usage Arguments Value

Description

Functions for the computation of mean elementary scores.

Usage

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

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

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

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

ms_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

A matrix of average scores of dimension (length of t, number of forecast methods).


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