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

Search results for "module:Data::Average"

Data::Unixish::avg - Average numbers River stage two • 9 direct dependents • 51 total dependents

PERLANCAR/Data-Unixish-1.573 - 09 Jan 2024 00:05:33 UTC

Data::Nest - nest array of hash easily. and calculate optional measurements corresponding to results of nest. River stage one • 1 direct dependent • 1 total dependent

Data::Nest is array of hash nesting utility. Easily add measurements like "sum", "sumsq", "average",.... It's easy to nest data for prepareing data mining and data visualization....

MUDDYDIXN/Data-Nest-0.06 - 30 Sep 2013 01:05:47 UTC

Data::UUID - Globally/Universally Unique Identifiers (GUIDs/UUIDs) River stage three • 148 direct dependents • 646 total dependents

This module provides a framework for generating v3 UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE...

GTERMARS/Data-UUID-1.227 - 18 Mar 2024 19:39:28 UTC

Data::Freq - Collects data, counts frequency, and makes up a multi-level counting report River stage one • 1 direct dependent • 2 total dependents

"Data::Freq" is an object-oriented module to collect data from log files or any kind of data sources, count frequency of particular patterns, and generate a counting report. See also the command-line tool data-freq. The simplest usage is to count lin...

MAHIRO/Data-Freq-0.05 - 22 Jul 2014 16:37:17 UTC

Data::Table - Data type related to database tables, spreadsheets, CSV/TSV files, HTML table displays, etc. River stage one • 6 direct dependents • 8 total dependents

Field Summary data refto_arrayof_refto_array contains a two-dimensional spreadsheet data. header refto_array contains all column names. type 0/1 0 is row-based, 1 is column-based, describe the orientation of @$data. Package Variables $Data::Table::VE...

EZDB/Data-Table-1.78 - 11 Feb 2020 16:57:38 UTC

Data::Reuse - share constant values with Data::Alias River stage zero No dependents

By default, Perl doesn't share literal ( 0, 'foo' , "bar" ) values. That's because once a literal value is stored in variable (a container), the contents of that container can be changed. Even if such a container is marked "read-only" (e.g. with a mo...

LNATION/Data-Reuse-0.11 - 09 Nov 2019 15:28:12 UTC

Data::CTable - Read, write, manipulate tabular data River stage zero No dependents

CHTHORMAN/Data-CTable-1.01 - 17 Sep 2002 15:11:05 UTC

Data::Grouper - Perl module to aggregate data for use with template modules. River stage zero No dependents

This is a helper object for the various templating modules that exist. A key feature of any templating system is the ability to deal with loops of data, for example rows in a table. Most systems will deal with nested looping. Data::Grouper takes the ...

FERRANCE/Data-Grouper-0.06 - 09 Dec 2002 19:20:29 UTC

Data::SeaBASS - Object-oriented interface for reading/writing SeaBASS files River stage zero No dependents

"Data::SeaBASS" provides an easy to use, object-oriented interface for reading, writing, and modifying SeaBASS data files. What is SeaBASS? SeaWiFS <http://oceancolor.gsfc.nasa.gov> Bio-optical Archive and Storage System housed at Goddard Space Fligh...

JLEFLER/Data-SeaBASS-0.192600 - 17 Sep 2019 16:38:49 UTC

lib/Graph/ChartSVG.pm River stage zero No dependents

FDULAU/Graph-ChartSVG-2.07 - 06 Dec 2015 15:40:22 UTC

Data::Freq::Node - Represents a node of the result tree constructed by Data::Freq River stage one • 1 direct dependent • 2 total dependents

MAHIRO/Data-Freq-0.05 - 22 Jul 2014 16:37:17 UTC

Data::Table::Text - Write data in tabular text format. River stage two • 35 direct dependents • 35 total dependents

Write data in tabular text format. Version 20240203. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Table-Text-20240408 - 07 Apr 2024 19:30:28 UTC

Data::BenchmarkResults - Perl extension for averaging and comparing multiple benchmark runs. River stage zero No dependents

new add_result_set add_computed_set process_result_set process_all_result_sets compare_result_set compare_all_result_sets print_calculated_sets EXPORT None by default....

JTITUS/Data-BenchmarkResults-0.01 - 20 May 2003 07:43:56 UTC

Data::StreamSerializer - non-blocking serializer. River stage one • 1 direct dependent • 2 total dependents

Sometimes You need to serialize a lot of data. If You use 'Dumper' it can take You for much time. If Your code is executed in event machine it can be inadmissible. So using the module You can serialize Your data progressively and do something between...

UNERA/Data-StreamSerializer-0.07 - 14 Feb 2011 07:32:22 UTC

Data::StreamDeserializer - non-blocking deserializer. River stage one • 1 direct dependent • 2 total dependents

Sometimes You need to deserialize a lot of data. If You use 'eval' (or Safe->reval, etc) it can take You too much time. If Your code is executed in event machine it can be inadmissible. So using the module You can deserialize Your stream progressivel...

UNERA/Data-StreamDeserializer-0.06 - 07 Feb 2011 06:20:41 UTC

Statistics::Data::Dichotomize - Dichotomize one or more numerical or categorical sequences into a single two-valued sequence River stage zero No dependents

A module for transforming one or more sequences of numerical or categorical data (array/s of numbers or strings) into a single binary-valued sequence. Several methods, more or less applicable to numerical and categorical sequences of data, are implem...

RGARTON/Statistics-Data-Dichotomize-0.05 - 07 Apr 2016 15:07:33 UTC

Data::BitStream::Code::Golomb - A Role implementing Golomb codes River stage zero No dependents

A role written for Data::BitStream that provides get and set methods for Golomb codes. The role applies to a stream object. Beware that with the default unary coding for the quotient, these codes can become extraordinarily long for values much larger...

DANAJ/Data-BitStream-0.08 - 16 Aug 2014 03:37:57 UTC

Data::Password::zxcvbn::Match::Spatial - match class for sequences of nearby keys River stage one • 2 direct dependents • 2 total dependents

This class represents the guess that a certain substring of a password can be obtained by moving a finger in a continuous line on a keyboard....

DAKKAR/Data-Password-zxcvbn-1.1.2 - 04 Apr 2023 14:52:12 UTC

Data::EventStream::Statistics::Discrete - basic statistical functions for the sample River stage zero No dependents

Module implements aggregator that calculates basic statistical functions for data set in aggregators' window....

ZWON/Data-EventStream-0.13 - 04 Aug 2014 16:30:50 UTC

Data::EventStream::Statistics::Continuous - calculate basic parameters of process River stage zero No dependents

Module implements aggregator that calculates basic descriptive parameters of the process defined by the set of events fitting in aggregator's window....

ZWON/Data-EventStream-0.13 - 04 Aug 2014 16:30:50 UTC
20 results (0.056 seconds)