Mathematics and Statistics

Mathematics and Statistics

Coding Projects
Hybrid-biking by Tasman glacial moraine 27/12/2008
HeadStandRaaz

I write GNU General Public Licensed free software in C/C++ and the accompanying GNU Free Documentation Licensed documents with collaborators on my research projects.
The rationale behind using C++, a low-level object-oriented language that supports generic programming, for research, as opposed to ready-made programming environments, such as, MATLAB, MAPLE or R, is due to the elegance, ease and power provided by the language to implement "pretty much whatever" operations you can conjure up over sets of entities you can dream of without "reinventing the wheel".

The two major coding projects that parallel my current research interests, namely, (1) Mathematical and Statistical Genetics and (2) Set-valued Statistical Algorithms, are at the top of the following list, respectively.

  1. lce -- a c++ class library for lumped coalescent experiments [under construction]
  2. mrs -- a c++ class library for statistical set processing [beta version released]
  3. Quin/Septcunx Visual Cognitive Tool GUI
  4. codemlZ -- Detecting Physicochemical Selection

Resources to satisfy requirements on joint coding projects

Other coding resources worth exploring

  • Google Directory: Math Software
  • SAGE is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface. SAGE Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.