• qyearsley's avatar
    Add unit tests for functions in math_utils.py · bfa797e0
    qyearsley authored
    Specifically, this adds tests for:
      TruncatedMean
      Variance
      StandardDeviation
      StandardError
    
    which were not covered before. I also added a couple notes about things
    we may want to change in the behavior of the math_utils functions.
    
    Still not covered is PooledStandardError, unit test coverage can be added
    for that function in separate CL.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/736573002
    
    Cr-Commit-Position: refs/heads/master@{#305052}
    bfa797e0
math_utils_test.py 4.99 KB