Open monicadragan opened 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.
ts = series
. Yes, that has to be removed. Thanks for brining that in notice :) Array.new(k + 1, 0.0)
is definitely the conventional way. :) I did use this convention in line 89. upto()
.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 :)
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:
@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:
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