void BasicBiasGenerator::DoStepForBias(ShortStack &total_theory) { total_theory.ResetRelevantResiduals(); UpdateBiasGenerator(total_theory); UpdateResidualsFromBias(total_theory); total_theory.UpdateRelevantLikelihoods(); }
void BasicSkewGenerator::DoStepForSkew(ShortStack &total_theory) { UpdateSkewGenerator(total_theory); UpdateSkewEstimates(total_theory); total_theory.UpdateRelevantLikelihoods(); }