Wednesday, January 7, 2009

The R Project for Statistical Computing

The R Project for Statistical Computing

R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.

R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.

One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.

R is available as Free Software under the terms of the Free Software Foundation's GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.


Data Analysts Captivated by R’s Power
“R is really important to the point that it’s hard to overvalue it,” said Daryl Pregibon, a research scientist at Google, which uses the software widely. “It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”

Thursday, January 1, 2009

PhysicsForums.com

I came across PhysicsForums.com today.

Some of the forum topics related to math:

Math & Science Learning Materials

Physics Forums > Mathematics

Physics Forums > Mathematics > General Math

Physics Forums > Mathematics > Calculus & Analysis

Physics Forums > Mathematics > Differential Equations

Physics Forums > Mathematics > Linear & Abstract Algebra

Physics Forums > Mathematics > Topology & Geometry

Physics Forums > Mathematics > Set Theory, Logic, Probability, Statistics

Physics Forums > Mathematics > Number Theory

Physics Forums > Other Sciences > Computer Science > Math & Science Software

Friday, December 26, 2008

Project Euler

http://projecteuler.net/
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.

Sunday, December 7, 2008

Quantum Test Found For Mathematical Undecidability

Slashdot link: http://science.slashdot.org/article.pl?no_d2=1&sid=08/12/02/1756227

original article: http://arxivblog.com/?p=740

http://arxiv.org/abs/0811.4542
Mathematical undecidability and quantum randomness

dnAnalytics - a numerical library for the .NET Framework

dnAnalytics is a numerical library for the .NET Framework licensed under the Microsoft Public License. The library is written in C# and is available as a fully managed library, or as a native version that uses the Intel® Math Kernel Library (MKL). The native version of dnAnalytics provides significantly better performance when working with large sets of data. dnAnalytics is compatible with .NET 2.0 or later, and Mono. The managed version will run on a Windows XP or newer, and any platform that supports Mono. The native version supports 32bit and 64bit versions of Windows XP or newer, and 32bit and 64bit versions of Linux.

http://www.codeplex.com/dnAnalytics

Monday, November 17, 2008

Good Physics Books For a Math PhD Student?

Today Slashdot has discussion addressing this question.

My recommendations:

Sunday, November 16, 2008

Mathomatic

Mathomatic is a small, portable Computer Algebra System (CAS) written entirely in the C programming language. It is free software, published under the GNU Lesser General Public License (LGPL version 2.1). This is a console mode application that does symbolic math and quick calculations in a standard and generalized way.

Mathomatic compiles and runs under any operating system with a C compiler. There are no dependencies other than the standard C libraries. The software and documentation have been under continual development since 1986. Recently there has been an intensive bug fixing effort. As of version 14.2.3 and later, simplification is fully functional.