getLogScore: Based on a set of predictions computes the Log-Score

View source: R/getFunctions.R

getLogScoreR Documentation

Based on a set of predictions computes the Log-Score

Description

Computes the Log-Score [1].

Usage

getLogScore(z.pred, mean.pred, sd.pred)

Arguments

z.pred

(numeric vector).

mean.pred

(numeric vector).

sd.pred

(numeric vector).

Value

(numeric vector) retrieves Log-Score.

Author(s)

Federico Blasi

References

[1] Gneiting, Tilmann, and Adrian E. Raftery. "Strictly proper scoring rules, prediction, and estimation." Journal of the American statistical Association 102.477 (2007): 359-378.


cocons documentation built on April 4, 2025, 3:21 a.m.