-
Notifications
You must be signed in to change notification settings - Fork 96
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
base: master
Are you sure you want to change the base?
Conversation
Removed depracated Shoulda includes from helper_tests Modified param list in srs.rb for whitespaces.
…icance Edited lib/statsample/multiset.rb for proper indentation, spacing and ruby patterns.
…d and devs. To build: gem build statsample.gemspec To install: gem install ./statsample*.gem
Conflicts: test/helpers_tests.rb
Completed and verified working on pacf - yule-walker unbiased and mle. :) Next : tests
I am extremely grateful to you for taking out time to review the code. I loved your suggestions and found them very useful.
Again, I am greatly pleased and very grateful for the review. Thanks everyone :) |
…. Addressed few concerns by Monica and Claudio. :)
currently ongoing: general simulation for AR(p)
Hey @AnkurGel, I'm centralizing SciRuby's gems in the organization repositories. Can you reopen your PR on sciruby/statsample? I imagine that some of these commits went into statsample-{timeseries,glm}, but if there's something that could be useful to statsample "core", please open a new PR there. Thanks! ✌️ |
@agarie Yes. Most went in independent gems -timeseriees and glm. I will have a look at what went independently in statsample and give a PR. 😄 |
Hi Ankur,
Here are my comments after reading your code (pacf implementation):
Your code is well organized (small functions, you make use of methods in Enumerable) and easy to read. Also, you provide useful comments, with references.
Some suggestions:
Hope this was useful. Btw, I was learning a lot reading your code!
You have an interesting and useful project, so very good luck!
Monica