thomaszwagerman / butterfly

Verification of continually updating timeseries data where we expect new values, but want to ensure previous data remains unchanged.
https://thomaszwagerman.github.io/butterfly/
Other
2 stars 0 forks source link

Explore method of representing change in relationships between variables #19

Open thomaszwagerman opened 3 weeks ago

thomaszwagerman commented 3 weeks ago

Perhaps useful in model parameterisation.

If parameter x changes, how does the relationship between y and z change?

thomaszwagerman commented 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.