eval_gradient: Report on the Stability of Interpolation Algorithms

View source: R/eval_gradient.R

eval_gradientR Documentation

Report on the Stability of Interpolation Algorithms

Description

A function that will produce a report on the stability of the input interpolation algorithms according to the gradient.

Usage

eval_gradient(
  agObject,
  metric,
  m = names(agObject[[1]][[1]][[1]]),
  d = names(agObject),
  cm,
  cd,
  f = "median"
)

Arguments

agObject

aggregate_pf; A list object (result of aggregate_pf()) of aggregated performance metrics

metric

character; A character vector describing the performance metrics of interest

m

character; A vector of the interpolation methods of interest

d

character; A vector of the datasets of interest

cm

character; The chosen method(s) of interest

cd

character; The chosen dataset(s) of interest

f

character; "median" (default): which statistic will be represented by the gradient


castels/interpTools documentation built on June 7, 2024, 4:20 p.m.