Parallel Computation

A set of functions for computing Matlab functions in parallel

micaParalize is a set of functions that allow a user to easily run normal Matlab functions on a multi-processesor machine by dividing the work-load amongst the serval processors. The program is used for simulations, bootstraps and function maximization problems in biostatistics.

Pfor, Psimulate, Pbootstrap

by Peter Lazar

Parallel enabled utilities for use with Mathworks' Distributed Computing Toolbox. A parallel for loop, parallel simulation and a parallel bootstrap that makes use of the DCT to speed up execution.

biopara — self contained parallel system for the R statistical package

by Peter Lazar

Biopara is a parallel framework designed to allow users of R to distribute execution of coarsely parallel problems over multiple machines for concurrent execution. Biopara is called from within an R session and results are returned to the same session as a list of native R objects that can be directly manipulated without reinterpretation.

Syndicate content