getpareto: Find the pareto set

Description Usage Arguments Details Value Note

View source: R/scores.R

Description

Determine the set of pareto optimal forecasts in a matrix of scores

Usage

1
getpareto(scores)

Arguments

scores

a matrix of negatively oriented scores where the rows correspond to different forecasts and the columns denote different scores.

Details

The Pareto set contains all those forecasts for which no other forecast is better in every respect. In this function, we assume that all scores are negatively oriented, "better" therefore means lower values.

Value

a vector of indices indicating all members of the pareto set.

Note

This function becomes very memory hungry if you have more than 1000 forecasts, be careful.


sad documentation built on Nov. 8, 2020, 4:25 p.m.

Related to getpareto in sad...