Ports Search

Results 531540 of 792 for /math/.(0.004 seconds)
math/octave-forge-tsa-4.4.1 (Score: 0.10508093)
Octave-forge package tsa
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is tsa. Stochastic concepts and maximum entropy methods for time series analysis
math/octave-forge-xraylib-1.0.8 (Score: 0.10508093)
Octave-forge package xraylib
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is xraylib. Bindings to the Xraylib functions
math/octave-forge-zenity-0.5.7 (Score: 0.10508093)
Octave-forge package zenity
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is zenity. A set of functions for creating simple graphical user interfaces. It is currently possible to create calendar windows, text entries, file selection dialogs, lists, message windows, icons in the notification area, and windows for large amount of text.
math/octave-forge-zeromq-1.2.1 (Score: 0.10508093)
Octave-forge package zeromq
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is zeromq. ZeroMQ bindings for GNU Octave.
math/octave-forge-sparsersb-1.0.1 (Score: 0.10508093)
Octave-forge package sparsersb
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is sparsersb. Interface to the librsb package implementing the RSB sparse matrix format.
math/octave-forge-video-1.2.3 (Score: 0.10508093)
Octave-forge package video
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is video. Implements addframe, avifile, aviinfo, and aviread, using ffmpeg. (and approximately conforms to Matlab interface)
math/octave-4.0.3 (Score: 0.10508093)
High-level interactive language for numerical computations
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.
math/SuppDists-1.1.9.2 (Score: 0.10508093)
Supplementary distributions and RNG for R
This port contains ten types of distributions supplementing those built into R: Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared, Spearman's rho, maximum F ratio, the Pearson product moment correlation coefficient, Johnson distributions, normal scores and generalized hypergeometric distributions. In addition, two random number generators of George Marsaglia are included. The port is supplemented by an R benchmark based upon the work of Grosjean, Steinhaus, et al.
math/AI-DecisionTree-0.11 (Score: 0.10508093)
Perl module for Automatically Learning Decision Trees
The AI::DecisionTree module automatically creates so-called "decision trees" to explain a set of training data. A decision tree is a kind of categorizer that use a flowchart-like process for categorizing new instances. A decision tree like this one can be learned from training data, and then applied to previously unseen data to obtain results that are consistent with the training data.
math/AI-Genetic-0.05 (Score: 0.10508093)
Pure Perl genetic algorithm implementation
This module implements a Genetic Algorithm (GA) in pure Perl. Other Perl modules that achieve the same thing (perhaps better, perhaps worse) do exist. Please check CPAN. I mainly wrote this module to satisfy my own needs, and to learn something about GAs along the way. I will not go into the details of GAs here, but here are the bare basics. Plenty of information can be found on the web. In a GA, a population of individuals compete for survival. Each individual is designated by a set of genes that define its behaviour. Individuals that perform better (as defined by the fitness function) have a higher chance of mating with other individuals. When two individuals mate, they swap some of their genes, resulting in an individual that has properties from both of its "parents". Every now and then, a mutation occurs where some gene randomly changes value, resulting in a different individual. If all is well defined, after a few generations, the population should converge on a "good-enough" solution to the problem being tackled.