compareFunctions: Compute the probability that two functions yield the same...

Description Usage Arguments

View source: R/compareFunctions.R

Description

Compute the probability that the two functions yield the same predictions given an acceptable difference in the prediction.

Usage

1
compareFunctions(predicted_by_first, predicted_by_second, threshold)

Arguments

predicted_by_first

A numeric vector specifying the values predicted by first function

predicted_by_second

A numeric vector specifying the values predicted by second function

threshold

A numeric vector of lenght one specifying the "acceptable difference in the predicted values"


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.