Skip to content
Snippets Groups Projects
  1. Jul 20, 2017
    • Kipp Cannon's avatar
      horizonhistory: adjustments · 9b6a5a94
      Kipp Cannon authored
      - introduce .functional_integral() methods to both NearestLeafTree and
        HorizonHistories classes
      - reimplement .weighted_mean() as a wrapper of .functional_integral().
        this results in a performance penalty since it must invoke
        .functional_integral() twice but avoids the code duplication that would
        result otherwise
      - allow 0/0 in .weighted_mean().  if the numerator of the mean is
        identically 0 and the weighted denominator has also evaluated to 0 then
        return 0 instead of reporting a divide-by-0 error.  this is done
        presuming that this is caused by the weight function being defined in a
        way that causes it to go to 0 when the data being averaged goes to 0 and
        that if a proper limit of the ratio was evaluated it would be found to be
        0.
      9b6a5a94
  2. Jul 18, 2017
  3. Jul 17, 2017
  4. Jul 15, 2017
  5. Jul 14, 2017
  6. Jul 12, 2017
  7. Jul 11, 2017
  8. Jul 10, 2017
  9. Jul 09, 2017
  10. Jul 06, 2017
  11. Jul 05, 2017
  12. Jul 03, 2017
  13. Jun 30, 2017
  14. Jun 29, 2017
  15. Jun 28, 2017
  16. Jun 27, 2017
Loading