The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:PDL::Basic"

PDL::Basic - Basic utility functions for PDL River stage three • 93 direct dependents • 101 total dependents

This module contains basic utility functions for creating and manipulating ndarrays. Most of these functions are simplified interfaces to the more flexible functions in the modules PDL::Primitive and PDL::Slices....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Stats::Basic - basic statistics and related utilities such as standard deviation, Pearson correlation, and t-tests. River stage one • 3 direct dependents • 4 total dependents

The terms FUNCTIONS and METHODS are arbitrarily used to refer to methods that are threadable and methods that are NOT threadable, respectively. Does not have mean or median function here. see SEE ALSO....

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL - the Perl Data Language River stage three • 93 direct dependents • 101 total dependents

(For the exported PDL constructor, pdl(), see PDL::Core) PDL is the Perl Data Language, a perl extension that is designed for scientific and bulk numeric data processing and display. It extends perl's syntax and includes fully vectorized, multidimens...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Stats::TS - basic time series functions River stage one • 3 direct dependents • 4 total dependents

The terms FUNCTIONS and METHODS are arbitrarily used to refer to methods that are threadable and methods that are NOT threadable, respectively. Plots require PDL::Graphics::PGPLOT. ***EXPERIMENTAL!*** In particular, bad value support is spotty and ma...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::Constants - basic compile time constants for PDL River stage three • 93 direct dependents • 101 total dependents

This module is used to define compile time constant values for PDL. It uses Perl's constant pragma for simplicity and availability....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::SV - PDL subclass for keeping scalar data (like strings) River stage one • 3 direct dependents • 3 total dependents

This PDL::SV class stores array of scalar values. It can be used for vectors of strings. While this class is a subclass of PDL, its internals are quite different from other normal PDL types. So basically what's not documented are not guarenteed to wo...

ZMUGHAL/Data-Frame-0.006002 - 03 Jan 2022 19:34:29 UTC

PDL::Ops - Fundamental mathematical operators River stage three • 93 direct dependents • 101 total dependents

This module provides the functions used by PDL to overload the basic mathematical operators ("+ - / *" etc.) and functions ("sin sqrt" etc.) It also includes the function "log10", which should be a perl function so that we can overload it! Matrix mul...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Lite - minimum PDL module OO loader River stage three • 93 direct dependents • 101 total dependents

Loads the smallest possible set of modules for PDL to work, importing only those functions always defined by PDL::Core) into the current namespace ("pdl", "ndarray", "barf" and "null"). This is the absolute minimum set for PDL. Access to other functi...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::LiteF - minimum PDL module function loader River stage three • 93 direct dependents • 101 total dependents

Loads the smallest possible set of modules for PDL to work, making the functions available in the current namespace. If you want something even smaller see the PDL::Lite module....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3 River stage zero No dependents

This is a PDL binding to version 3 of the FFTW library. Supported are complex <-> complex and real <-> complex FFTs. NB to install wget http://www.fftw.org/fftw-3.3.4.tar.gz tar xvf fftw-3.3.4.tar.gz cd fftw-3.3.4/ ./configure --prefix=/usr --enable-...

ETJ/PDL-FFTW3-0.19 - 24 Feb 2024 18:49:52 UTC

PDL::Stats - a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. River stage one • 3 direct dependents • 4 total dependents

Loads modules named below, making the functions available in the current namespace. Properly formatted documentations online at http://pdl-stats.sf.net...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::NDBin - Multidimensional binning & histogramming River stage zero No dependents

In scientific (and other) applications, it is frequently necessary to classify a series of values in a number of bins. For instance, particles may be classified according to particle size in a number of bins of, say, 0.01 mm wide, yielding a histogra...

ETJ/PDL-NDBin-0.028 - 27 Mar 2024 15:56:39 UTC

PDL::Ngrams - N-Gram utilities for PDL River stage zero No dependents

PDL::Ngrams provides basic utilities for tracking N-grams over PDL vectors....

MOOCOW/PDL-Ngrams-0.12 - 17 May 2022 19:52:01 UTC

PDL::Minuit - a PDL interface to the Minuit library River stage three • 93 direct dependents • 101 total dependents

This package implements an interface to the Minuit minimization routines (part of the CERN Library)...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Slices - Indexing, slicing, and dicing River stage three • 93 direct dependents • 101 total dependents

This package provides many of the powerful PerlDL core index manipulation routines. These routines mostly allow two-way data flow, so you can modify your data in the most convenient representation. For example, you can make a 1000x1000 unit matrix wi...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::CCS::Nd - N-dimensional sparse pseudo-PDLs River stage one • 1 direct dependent • 3 total dependents

PDL::CCS::Nd provides an object-oriented implementation of sparse N-dimensional vectors & matrices using a set of low-level PDLs to encode non-missing values. Currently, only a portion of the PDL API is implemented....

MOOCOW/PDL-CCS-1.23.22 - 14 Apr 2023 12:19:06 UTC

PDL::IO::Misc - misc IO routines for PDL River stage three • 93 direct dependents • 101 total dependents

Some basic I/O functionality: FITS, tables, byte-swapping...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::IO::FITS - Simple FITS support for PDL River stage three • 93 direct dependents • 101 total dependents

This module provides basic FITS support for PDL, in the sense of reading and writing whole FITS files. For more complex operations, such as prefiltering rows out of tables or performing operations on the FITS file in-place on disk, you can use the As...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::IO::Image - Load/save bitmap from/to PDL (via FreeImage library) River stage zero No dependents

PDL::IO::Image implements I/O for a number of popular image formats. It is based on "FreeImage library" <http://freeimage.sourceforge.net/> however there is no need to install FreeImage library on your system because PDL::IO::Image uses Alien::FreeIm...

KMX/PDL-IO-Image-1.001 - 11 Jul 2017 11:50:20 UTC

PDL::NiceSlice - toward a nicer slicing syntax for PDL River stage three • 93 direct dependents • 101 total dependents

Slicing is a basic, extremely common operation, and PDL's "slice" in PDL::Slices method would be cumbersome to use in many cases. "PDL::NiceSlice" rectifies that by incorporating new slicing syntax directly into the language via a perl *source filter...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC
45 results (0.035 seconds)