Ports Search

Results 2130 of 226 for /science/.(0.002 seconds)
science/etm-0.6.2 (Score: 0.17633674)
Empirical Transition Matrix
Matrix of transition probabilities for any time-inhomogeneous multistate model with finite state space
science/snow-0.4.1 (Score: 0.17633674)
Support for simple parallel computing in R
The snow package provides support for simple parallel computing on a network of workstations using R. A master R process calls makeCluster to start a cluster of worker processes; the master process then uses functions such as clusterCall and clusterApply to execute R code on the worker processes and collect and return the results on the master. This framework supports many forms of "embarrassingly parallel" computations. Snow can use one of four communications mechanisms: sockets, PVM, MPI, or NetWorkSpaces (NWS). NWS support was provided by Steve Weston. PVM clusters use the rpvm package; MPI clusters use package Rmpi; NWS clusters use package nws. If pvm is used, then pvm must be started, either using a pvm console (e.g the pvm text console or the graphical xpvm console, both available with pvm) or from R using functions provided by rpvm. Similarly, LAM-MPI must be started, e.g. using lamboot, for MPI clusters that use Rmpi and LAM-MPI. If NWS is used, the NetWorkSpaces server must be running. SOCK clusters are the easiest approach for using snow on a single multi-core computer as they require no additional software.
science/som-0.3.5.1 (Score: 0.17633674)
Self-Organizing Map
Self-Organizing Map (with application in gene clustering)
science/bft-1.1.5 (Score: 0.17633674)
Code_Saturne Base Functions and Types library
BFT stands for Base Functions and Types. It is destined to be used by scientific codes (CFD) often using some form of parallelism, especially MPI.
science/afni-2015.11.13 (Score: 0.17633674)
Advanced Functional Neuro Imaging
This is a port of AFNI, Analysis of Functional Neuro Imaging. AFNI is a tool for analyzing 3 dimensional images, especially functional MRI images used in brain mapping research.
science/buddy-2.4 (Score: 0.17633674)
Binary Decision Diagram library
BuDDY is a Binary Decision Diagram library, with: many highly efficient vectorized BDD operations, dynamic variable reordering, automated garbage collection, a C++ interface with automatic reference counting, and much more.
science/cdcl-5.4.8 (Score: 0.17633674)
Scientific graphic library for geoscience
DCL is scientific graphic library for geoscience, written in Fortran. DCL-C is converted from Fortran version of DCL.
science/bddsolve-1.03 (Score: 0.17633674)
BDD-based satisfiability and reachability solver
Bddsolve is a BDD-based tool for solving satisfiability and reachability problems. It uses the BDD package Buddy as a backend.
science/bodr-10 (Score: 0.17633674)
Chemistry data like element and isotope properties, atomic radii, etc
The Blue Obelisk Data Repository lists many important chemoinformatics data such as element and isotope properties, atomic radii, etc. including references to original literature. Developers can use this repository to make their software interoperable.
science/brian-1.4.3 (Score: 0.17633674)
Clock-driven simulator for spiking neural networks
Brian is a simulator for spiking neural networks available on almost all platforms. The motivation for this project is that a simulator should not only save the time of processors, but also the time of scientists. Brian is easy to learn and use, highly flexible and easily extensible. The Brian package itself and simulations using it are all written in the Python programming language, which is an easy, concise and highly developed language with many advanced features and development tools, excellent documentation and a large community of users providing support and extension packages.