Projects tagged ‘mathematics’, ‘science’, ‘statistics’, and ‘tools’


Jump to tag:

Projects tagged ‘mathematics’, ‘science’, ‘statistics’, and ‘tools’

Filtered by Project Tags mathematics science statistics tools

Refine results Project Tags gnu (2) windows (2) math (2) graphics (2) programming (2) linux (2) matlab (1) graphviz (1) engineering (1) numerical (1) symmetric_multi-processing (1) data (1)

[3 total ]

50USERS
   

gnuplot plots 2d and 3d graphs, from a data file or with a formula. It has an interactive mode with online help, or it can be used non-interactively. gnuplot does function fitting to data sets, and it does output to many terminals, among which are PostScript, X11 display, PNG, and GIF (via the old gd library).

30USERS
   

Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments. It may also be used as a batch-oriented language.

1USERS
 

graph-tool is a program to help with statistical analysis of graphs. Its feature set includes support for both directed and undirected graphs with arbitrary vertex and edge properties, edge/vertex filtering, correlated random graph generation and ... [More] community detection. It supports also several statistical measurements, such as: degree histogram, combined degree histogram, vertex-vertex degree correlation, average nearest neighbours degree, vertex-edge-vertex correlation, clustering coefficients, extended clustering coefficient, assortativity coefficient, betweenness centrality, average distance, component statistics and reciprocity. The core algorithms are written in C++, making use of the Boost Graph Library, and template metaprogramming techniques, with performance in mind. The command line interface and other outlying code are written in python. [Less]