clbustos / statsample

A suite for basic and advanced statistics on Ruby.
http://github.com/clbustos/statsample
BSD 3-Clause "New" or "Revised" License
403 stars 96 forks source link

CodeReview Round 1 #14

Open monicadragan opened 11 years ago

monicadragan commented 11 years ago

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

AnkurGel commented 11 years ago

@monicadragan

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. I will commit with all suggested changes by you, @mohawkjohn and @clbustos shortly and reflect here.

Thanks everyone :)

agarie commented 9 years ago

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! :v:

AnkurGel commented 9 years ago

@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. :smile: