levmar is a GPL-licensed library written in C, that implements the
Levenberg-Marquardt (LM) optimization algorithm, one of the most
effective methods for solving nonlinear least squares problems.
KAlgebra is a mathematical calculator based on content markup MathML
language, capable to make simple MathML operations (arithmetic and
logical) and to representate 2D and 3D graphs.
GNU Regression, Econometrics and Time-series Library
Features
- A wide variety of least-squares-based estimators (including two-stage
least squares).
- Easy, intuitive interface.
- Single commands to launch things like augmented Dickey-Fuller test, Chow
test for structural stability, Vector Autoregression.
- Reads own format ascii data files, Comma Separated Values files, BOX1
files, own format binary databases (allowing mixed data frequencies and
series lengths) and RATS 4 databases. Includes a US macro database and a
perl script to create a database off economagic.com. See also the gretl
data page.
- Output models as LaTeX files, in tabular or equation format (not very
flexible yet).
- Integrated scripting language: enter commands either via the gui or via
scripts.
- Command loop structure for Monte Carlo simulations.
- GUI controller for fine-tuning Gnuplot graphs.
- Link to GNU R for further data analysis.
Gri is a language for scientific graphics applications. By 'language' I mean
that it is a command-driven application, as opposed to a click/point
application. It is analogous to latex or tex, and shares the property that
extensive power is the reward for tolerating a modest learning curve. Gri
output is in industry-standard PostScript, suitable for incorporation in
documents prepared by various text processors. Gri can make x-y graphs,
contour-graphs, and image graphs. In addition to high-level capabilities, it
has enough low-level capabilities to allow users to achieve a high degree of
customization. Precise control is extended to all aspects of drawing, including
line-widths, colors, and fonts. Text includes a subset of the tex language, so
that it is easy to incorporate Greek letters and mathematical symbols in labels.
Current answer set solvers work on variable-free programs. Hence, a grounder is
needed that, given an input program with first-order variables, computes an
equivalent ground (variable-free) program. Gringo is such a grounder. Its
output can be processed further with clasp.
The GNU Scientific Library (GSL) is a collection of routines for numerical
computing. The routines are written from scratch by the GSL team in ANSI C,
and are meant to present a modern Applications Programming Interface (API)
for C programmers, while allowing wrappers to be written for very high level
languages.
hexcalc is a multi-radix calculator for integers. It understands
decimal, hexadecimal, octal and binary numbers.
The Helsinki Finite-State Transducer toolkit is intended for processing
natural language morphologies. The toolkit is demonstrated by wide-coverage
implementations of a number of languages of varying morphological complexity.
The Agda standard library.
This library provides a number of common functions and types useful in
statistics. We focus on high performance, numerical robustness, and use
of good algorithms. Where possible, we provide references to the
statistical literature.
The library's facilities can be divided into four broad categories:
* Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
* Computing with sample data: quantile estimation, kernel density
estimation, histograms, bootstrap methods, significance testing, and
autocorrelation analysis.
* Random variate generation under several different distributions.
* Common statistical tests for significant differences between samples.