Page 1 of 1

Stat Programs

Posted: Mon May 26, 2014 6:18 pm
by strech4
Hi guys I've been studying basketball for a while now, and am looking now to get into the analytics side. What programs are commonly used in the field to do these types of statistcal analyses? SAS? R? Just curious because I would like to start practicing working with data sets myself.

Re: Stat Programs

Posted: Tue May 27, 2014 8:39 am
by J.E.
I think most people use R. I use Python with SciPy, NumPy and scikit-learn

Re: Stat Programs

Posted: Tue May 27, 2014 9:45 am
by mystic
I use R, Matlab (Octave) and F95. Sometimes, for quick and dirty stuff, I use Excel+SPSS. For retrieving data, Python (with BeautifulSoup package) works best for me.

Though, I used SAS/JMP for other stuff ... if you are familar with it, that should work as well for basketball data analysis.

Re: Stat Programs

Posted: Tue May 27, 2014 5:08 pm
by strech4
Cool, thanks for the advice.

Re: Stat Programs

Posted: Tue May 27, 2014 9:52 pm
by mtamada
Does nobody use Stata? Hard-core statisticians tend to use R; hard-core econometricians and polimetricians, and I think increasingly other quant-oriented social scientists, have been moving more and more to Stata. Cheaper yet able to do advanced stats as well as the big commercial stats programs can. Easier to learn and use than R. It won't process huge data files the way that SAS can, but it's designed for analysis not industrial scale data management. Highly programmable and thus like R has a huge user community wherein people write and share snippets of code and entire programs with each other.

Re: Stat Programs

Posted: Wed May 28, 2014 11:54 pm
by strech4
I have used stata before and have found it quite user friendly and efficient in completing statistical analyses.

Re: Stat Programs

Posted: Fri May 30, 2014 12:32 pm
by mystic
I haven't seen Stata before, but just took a look at it. Seems like a mixture between SPSS, Mathematica and GnuPlot based on what you can do with it... That should work too. I suggest use the program which makes it easy for you to make some analyses first. If you want to do stuff which can't be done with it, try out R ...