Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
Description
- Refactoring/simplification of code ported from Pierre Astier's repository. It would be good to make this code easier to read, more linear (currently the code jumps from one place to the other too much as there are several functions that only do one thing)), and, in general, get closer to other DM standards.
- Validate that the variance calculation provided by awf and the C_00 entry of the covariance matrix produced via FFT using Astier's code is the same. Currently, both are measured in the extract task. Then, in solve, the aft variances are used to fit to the POLYNOMIAL and EXPAPPROXIMATION models, while the full covariance matrix, C (of size lag by lag), is used when FULLCOVARIANCE is chosen as ptcFitType.
Split into two tickets:
DM-29271DM-29272