stat157 / analyzers

1 stars 3 forks source link

Check-in with Quakers #5

Open tandrasfay opened 10 years ago

tandrasfay commented 10 years ago

Hi Analyzers,

The Quakers were working on visualizing some empirical distributions of the earthquakes and plotting error diagrams. We were wondering what you have been working on (I know it's in your timeline but we were curious how far you've gotten) to make sure we don't waste time doing the same thing you have done.

bonghyun5 commented 10 years ago

Group 3 is working on refactoring the code to get the error diagram and measure strength of a model that way. We have the code already, but we're trying to refactor the code so that it can be used for any given models.

qi-zhang commented 10 years ago

If you're looking for ecdf code to handle large dataset, I checked in new ecdf code 3 days ago and it can be found at https://github.com/annyeongjs/visualheart.task8/blob/master/ECDF_IMPROVED/ecdf_improved.R. The new code is able to handle large dataset e.g. the 1932_2013_mag_3.5.csv. I also wrap it up as plot_ecdf function so all you need to do is to source my code and run plot_ecdf(read.csv("YOUR DATA FILES")). Please go ahead and try it out. Let me know what else I can help.

By the way, what do you mean by error diagram?