Scores: Select a rule to compare probabilistic predictions to the...

View source: R/utils.R

ScoresR Documentation

Select a rule to compare probabilistic predictions to the observed data.

Description

Select a rule to compare probabilistic predictions to the observed data. A score from ngboost.scores, e.g. LogScore.

Usage

Scores(score = c("LogScore", "CRPS", "CRPScore", "MLE"))

Arguments

score

A string. can be one of the following:

  • LogScore : Generic class for the log scoring rule.

  • CRPS : Generic class for the continuous ranked probability scoring rule.

  • CRPScore : Generic class for the continuous ranked probability scoring rule.

  • MLE : Generic class for the log scoring rule.

Value

A score class from ngboost.scores

Author(s)

Resul Akay


ngboostForecast documentation built on Aug. 6, 2022, 5:07 p.m.