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

CodeReview Round 1 #14

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

CodeReview Round 1 #14

wants to merge 23 commits into from

Commits on Apr 24, 2013

  1. Configuration menu
    Copy the full SHA
    af7b624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2efd9fb View commit details
    Browse the repository at this point in the history
  3. Added specs for Simple Random Sampling(SRS) and Time Series Analysis.

    Removed depracated Shoulda includes from helper_tests
    Modified param list in srs.rb for whitespaces.
    AnkurGel committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    80f7a73 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Added tests for StratifiedSample with proper comments on their signif…

    …icance
    
    Edited lib/statsample/multiset.rb for proper indentation, spacing and ruby patterns.
    AnkurGel committed May 1, 2013
    Configuration menu
    Copy the full SHA
    b95ca73 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2013

  1. corrected doc typo

    AnkurGel committed Jun 22, 2013
    Configuration menu
    Copy the full SHA
    fcfa01e View commit details
    Browse the repository at this point in the history
  2. Regression tests

    AnkurGel committed Jun 22, 2013
    Configuration menu
    Copy the full SHA
    47ff467 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2013

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

Commits on Jun 24, 2013

  1. Prepared gemspec with updated version of dependencies for proper buil…

    …d and devs.
    
    To build: gem build statsample.gemspec
    To install: gem install ./statsample*.gem
    AnkurGel committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    acc618e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2013

  1. Merged from clbustos. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	test/helpers_tests.rb
    AnkurGel committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    05aa48e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2013

  1. Wald test implemented

    AnkurGel committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    fd06759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67aa8c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

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

Commits on Jul 3, 2013

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

Commits on Jul 5, 2013

  1. Configuration menu
    Copy the full SHA
    2baf8a0 View commit details
    Browse the repository at this point in the history
  2. Corrected a loop mistake in pacf implementation.

    Completed and verified working on pacf - yule-walker unbiased and mle. :)
    Next : tests
    AnkurGel committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    935e107 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2013

  1. Configuration menu
    Copy the full SHA
    d83c19b View commit details
    Browse the repository at this point in the history
  2. Initial tests for pacf

    AnkurGel committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    1efd7fc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2013

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

Commits on Jul 8, 2013

  1. Abstracted code for Pacf in a new Statsample::TimeSeries::Pacf module…

    …. Addressed few concerns by Monica and Claudio. :)
    AnkurGel committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    623acbf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2013

  1. Configuration menu
    Copy the full SHA
    8849e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3616c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46287c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2013

  1. basic prototype of arima module.

    currently ongoing: general simulation for AR(p)
    AnkurGel committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    e74ec7e View commit details
    Browse the repository at this point in the history