RAL_calculator: Local logscore calculator

Description Usage Arguments Details

View source: R/macro_helpers_aggregation.R

Description

Calculates the local logscores given a weight data frame and a data frame of atomic predictions.

Usage

1
RAL_calculator(weight_df, atomic_df, pratig = FALSE)

Arguments

weight_df

Data frame containing relevance adjusted weights. Generated by a relevance function (caliper relevance or mahalanobis atm).

atomic_df

Data frame with atomic predictions from any number of models.

pratig

Use TRUE to run the function in a debuggy mode where a bunch of extra information is returned and printed.

Details

Starts with a weight data frame on the form

t t2 similar
730 729 1
730 728 0
730 727 1

ooelrich/oscbvar documentation built on Sept. 8, 2021, 3:31 p.m.