Closed mkao006 closed 8 years ago
After the investigation, we lose about 4280 time series if we remove all estimation/imputation, these time series compose solely of estimated/imputed values from the old system (E, e) or (I, -).
We should remove the function imputeWithEstimateAndWithoutEstimate
to avoid confusion, but use processProductionDomain
to determine what values should be kept and should be discarded then perform the imputation.
Solutions:
Apparently (I, -) is actually calculated value in the old system based on old relationship.
In someway, we can accept this as imputation in the old methodology sense. To avoid disruption, we will not remove (I, -) and since it will not be created in the future, the old assumed relationship will have lesser and lesser effect in the future.
So the current decision is to keep (I, -) but remove (E, e) which has minimal impact. Need to discuss with Carola + Team B/C.
If this is agreed, then we can proceed to replace the imputeWithEstimateAndWithoutEstimate
with the normal imputeProduction
and reduce the large computation burden.
function removed and updated package and module in a0721317bbe2f00d6830c9f0016ae30ebd7d9daf
This is to see whether the function
imputeWithEstimateAndWithoutEstimates
is necessary