Open thomaszwagerman opened 3 weeks ago
butterfly::a_good_name <- function(
df_input_a,
df_input_b,
df_output_a,
df_output_b,
datetime_variable
) {
}
Compare between inputs, and between outputs. Return along the lines of:
"change in input variable x ... led to change ... in output variable y"?
Must quite strictly define usage of this function, there must be some causal link between a and b.
Perhaps useful in model parameterisation.
If parameter x changes, how does the relationship between y and z change?