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