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

Add functions resample() and smooth() #92

Closed

Commits on Nov 3, 2012

  1. Functions: Add resample() for performance and sanity

    * Drastically speeds up further calcuations on the returned series
    * Makes it much easier to have a consistent datapoints / pixels ratio
      for movingAverage() and friends.
    danielbeardsley committed Nov 3, 2012
    Configuration menu
    Copy the full SHA
    3c9f856 View commit details
    Browse the repository at this point in the history
  2. Fucntions: add smooth() as a movingAverage over pixels

    * Internally does a movingAverage(resample()).
    * Provides consistent smoothing over a given number of graph pixels,
      instead of a number of datapoints of arbitrary time width.
    * Still provides consistent smoothing when there are fewer datapoints
      than pixels.
    danielbeardsley committed Nov 3, 2012
    Configuration menu
    Copy the full SHA
    f22fc25 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2012

  1. Configuration menu
    Copy the full SHA
    51909b8 View commit details
    Browse the repository at this point in the history