README.md

oscbvar

This is a package containing code and data for the paper local prediction pools.

Generating the predictions of the agents

The predictions of the agents, which I will sometimes refer to as "atomic" predictions (as opposed to aggregate predictions made with pooling methods) are generated using notebook function (this nomenclature is maybe outdated by now), one notebook exists for each model.

This is probably a stupid way of doing things, as I am basically creating a function (the notebook-generator) that contains all the code required to run a specific model, and then generates a bunch of predictions from that function. BASICALLY, what I should be doing instead is having a general "prediction generating function" that takes a specific model as input and then does a switch or something similar.

BUT, things being as they are, here is the logic:

The chain of analysis

This all implies a chain of debugging, where we want to be able to look at everything from the raw data to the predictions (analysing these also involves analysing the models, as we are only collecting some aspect of them when we save only the predictive density and predictive mean) and finally the aggregations. This would mean making a set of debugging tools that help us at each stage to figure out if what we are looking at is "reasonable".



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