I started by dumping spreadsheets and forcing myself to use R. Also signed up to datacamp.com I never liked spreadsheets or people that like spreadsheets.
Statistics for Software
11–17 of 17 posts
Re: Statistics for Software
#12"When the software industry gets to a point where it leverages this analysis as much as the hardware industry, the technology world will undoubtedly have become a cleaner place." Hear hear! Quality control is usually one of the _primary_ drivers in new hardware development. With software, I find it's often tacked on at the end.
I am not sure that is coming anytime soon. Generally, You have the ability to update software products more cheaply than hardware products. Also, people get quite a bit of utility out of buggy products, people will jump on a beta if they think it is useful. Given that, half finished buggy software products have incentives to be released with less quality control. This of course will vary by use, no one is getting in…
"If you are not embarrassed by the first version of your product, you’ve launched too late."
- Reid Hoffman
Re: Statistics for Software
#13"When the software industry gets to a point where it leverages this analysis as much as the hardware industry, the technology world will undoubtedly have become a cleaner place." Hear hear! Quality control is usually one of the _primary_ drivers in new hardware development. With software, I find it's often tacked on at the end.
I am not sure that is coming anytime soon. Generally, You have the ability to update software products more cheaply than hardware products. Also, people get quite a bit of utility out of buggy products, people will jump on a beta if they think it is useful. Given that, half finished buggy software products have incentives to be released with less quality control. This of course will vary by use, no one is getting in…
Re: Statistics for Software
#14Read a paper by Philippe Flajolet, of HyperLogLog fame, and aim to completely understand it. By the end of it, you'll learn stats, analysis and bunch of other things.
Just to add: The more you cry along the way the better.
Re: Statistics for Software
#15I don't really like the idea of throwing data away because it ultimately gives an incomplete view of the system. But, easy solution to solve a hard problem!
Re: Statistics for Software
#16OP writes really well. Found myself reading the README of his Python web framework (which I'll never use) just because of the clarity, style and pedagogical approach. Hope there's more on the way.
Re: Statistics for Software
#17I don't really like the idea of throwing data away because it ultimately gives an incomplete view of the system. But, easy solution to solve a hard problem!
Okay. Not really sure why I got downvoted so much. Why am I wrong?
But if you've already got it all and it all fits in memory, by all means, hold on to it!