Closed ghost closed 11 years ago
This is an awesome idea, i will try it and see. I am sure AsciiCharts::Cartesian is better to visualize the data than the custom charts i have created :).
OK, great. I'll try to implement that feature and let you know how it turns out.
ok this is really cool, i will work tonight on: -Computing the mean absolute deviation to score the result -Create a dataset with fibonacci serie and test it
That would be nice. Before you do that, could you just wait before I play around with the code a bit, and add documentation to it and make it feel more like a library? It will only couple couple of minutes, you'll see what I mean.
ok,take your time, i will work on it in a 5 hours :)
On Thu, Jun 20, 2013 at 1:55 PM, Rafal Chmiel notifications@github.comwrote:
That would be nice. Before you do that, could you just wait before I play around with the code a bit, and add documentation to it and make it feel more like a library? It will only couple couple of minutes, you'll see what I mean.
— Reply to this email directly or view it on GitHubhttps://github.com/bennacer860/benford_s_law/issues/3#issuecomment-19770621 .
Oh, okay.
can you make a pull request please?
Will do, once I'm finished. Nearly done...
cool
On Thu, Jun 20, 2013 at 2:44 PM, Rafal Chmiel notifications@github.comwrote:
Will do, once I'm finished.
— Reply to this email directly or view it on GitHubhttps://github.com/bennacer860/benford_s_law/issues/3#issuecomment-19774584 .
As for the making of the chart, you might want to use something like ascii_charts to produce really nice looking graphs or charts. Here's an example. Say we use that ascii_charts gem. We take the hash that your script already gives us, and convert it into an array. Then we use the ascii_charts gem.
And get a really nice looking result of.
Or maybe even experiment with Google Charts?