Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More comments and improved code readability #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

More comments and improved code readability #2

wants to merge 6 commits into from

Commits on Dec 7, 2016

  1. Adding comments related to the variance.

    Since it may not be straightforward. (Yet, one should definitively check out Welford method to get it, I agree.)
    AnomalRoil authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    c06cf21 View commit details
    Browse the repository at this point in the history
  2. Adding comments

    Since this is not straightforward.
    AnomalRoil authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    b8c6153 View commit details
    Browse the repository at this point in the history
  3. Adding details about what's doing what.

    So it's easier to use without reading the code entirely.
    AnomalRoil authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    5f1b18a View commit details
    Browse the repository at this point in the history
  4. Move unnecessary local variable ticks in measure()

    This improves readability and clearly we always want to differentiate after we measure, so it is nicer to have the "temporary" ticks variables in there too.
    AnomalRoil authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    3e89104 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84fc4d5 View commit details
    Browse the repository at this point in the history
  6. Correcting a typo

    AnomalRoil committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    40d9df9 View commit details
    Browse the repository at this point in the history