-
Notifications
You must be signed in to change notification settings - Fork 1
Description
We want to express
-
"Dataset B is a revision of dataset A" in the sense that B is a better version of A. Similar to "manuscript B is a revision of manuscript A" because typos were corrected.
-
"Dataset B1 is based on dataset A" and "Dataset B2 is based on dataset A". B1 and B2 are not equivalent, but are closely related. An example is
- dataset B1 was created from dataset A by removing spikes with automated algorithm 1
- dataset B2 was created from dataset A by removing spikes with algorithm 2 and also by removing the average value.
In case 2., someone can't simply swap using B1 and B2 without doing additional processing or analysis. In case 1, one can simply replace B with A and perform only basic checks to compare the results obtained with the revised version against those previously used.
We also want to express
-
Dataset B is identical to dataset A in the sense that it is an exact copy of it).
-
Dataset B is almost identical to dataset A in the sense that B is identical to A, A has information appended daily, and B may be only updated once per week.