Computational Reproducibility
- •
What it is
- •
enabling others to obtain the reported computational results using the documented data, code, and execution conditions
- •
- •
- •
Caution
- •
setting a random seed helps control randomness but does not guarantee identical results across software releases, hardware, or nondeterministic operations.
- •
- •
Distinguish from
- •
repeating a study with newly collected evidence addresses a different question from rerunning its original computation; terminology varies across disciplines
- •
- •