Whats the best statistics software?

AI Thread Summary
For statistical analysis, R is highly recommended due to its popularity and free access. Other suitable software options include Mathcad, MATLAB, Mathematica, Maple, and Excel, depending on the user's needs and expertise level. SPSS and SAS are established choices but come with high costs. Python, along with libraries like SciPy and Matplotlib, is also a viable option for those comfortable with programming. Overall, R stands out as a powerful and cost-effective solution for statistical tasks.
regisz90
Messages
19
Reaction score
0
I need a software for statistics, so it should make plots, fitting curves on points, calculate the uncertainty of measurement etc.
Which software do you recommend?
 
Physics news on Phys.org
regisz90 said:
I need a software for statistics, so it should make plots, fitting curves on points, calculate the uncertainty of measurement etc.
Which software do you recommend?
Try R - http://www.r-project.org/

For a more general purpose application, and depending upon the level of stats you wish to get into, then there are many potentially suitable applications such as Mathcad (the one I use preferentially), Mathlab, Mathematica, Maple or even Excel \ Open Office.

Or, keeping with the single letter choice from the alphabet soup of programming language name, try J - http://www.jsoftware.com/ a very powerful and concise(!) vector programming language.
 
You mean, other than the 2 big dogs in the block? SPSS and SAS. These two are good, fully documented, supported and expensive.

Then there is R.

Then, there are programming languages where you do the work and possibly statistical toolboxes like a combination of python, scipy.stats and matplotlib.
 
Industrial users often run Minitab.
 
I would try R if I were you. It's totally free and is quite popular. Other statistics software can get quite expensive.
 
Back
Top