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

Search results for "module:Statistics::Basic::Mean"

Basic/Mean.pm River stage two • 10 direct dependents • 15 total dependents

JETTERO/Statistics-Basic-1.6611 - 18 Dec 2014 08:19:16 UTC

Statistics::Running - Basic descriptive statistics (mean/stdev/min/max/skew/kurtosis) and discrete Probability Distribution (via histogram) over data without the need to store data points ever. OOP style. River stage zero No dependents

Statistics are updated every time a new data point is added in. The common practice to calculate descriptive statistics for 5 data points as well as 1 billion points is to store them in an array, loop over the array to calculate the mean, then loop o...

BLIAKO/Statistics-Running-0.13 - 16 Feb 2019 19:22:25 UTC

Statistics::Zed - Data-handling and calculations for ratio of observed to standard deviation (zscore) River stage two • 9 direct dependents • 10 total dependents

Methods are provided to: + calculate a z-score: ratio of an observed deviation to a standard deviation, with optional continuity correction + convert z-value to normal p-value, and convert p-value to normal-equiv z-value + load, add, save & retrieve ...

RGARTON/Statistics-Zed-0.10 - 17 Jan 2014 05:30:58 UTC

Statistics::Lite - Small stats stuff. River stage two • 18 direct dependents • 28 total dependents

This module is a lightweight, functional alternative to larger, more complete, object-oriented statistics packages. As such, it is likely to be better suited, in general, to smaller data sets. This is also a module for dilettantes. When you just want...

BRIANL/Statistics-Lite-3.62 - 30 Oct 2015 05:07:58 UTC

Statistics::Descriptive - Module of basic descriptive statistical functions. River stage two • 24 direct dependents • 41 total dependents

This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and on...

SHLOMIF/Statistics-Descriptive-3.0801 - 02 Jul 2023 09:18:16 UTC

Statistics::Running::Tiny - Basic descriptive statistics (mean/stdev/min/max/skew/kurtosis) over data without the need to store data points ever. OOP style. River stage zero No dependents

Calculate basic descriptive statistics (mean, variance, standard deviation, skewness, kurtosis) without the need to store any data point/sample. Statistics are updated each time a new data point/sample comes in. There are three amazing things about B...

BLIAKO/Statistics-Running-Tiny-0.03 - 16 Feb 2019 19:23:53 UTC

Statistics::Data::Rank - Utilities for ranking data River stage one • 5 direct dependents • 5 total dependents

Performs ranking of nammed data, either by an independent, between-variable method (as in Kruskall-Wallis test), or a dependent, cross-variable method (as in Friedman test). Methods return hash of ranks and sum-of-ranks. Data must be pre-loaded (as p...

RGARTON/Statistics-Data-Rank-0.02 - 17 Feb 2015 08:28:29 UTC

Statistics::CaseResampling - Efficient resampling and calculation of medians with confidence intervals River stage three • 2 direct dependents • 249 total dependents

The purpose of this (XS) module is to calculate the median (or in principle also other statistics) with confidence intervals on a sample. To do that, it uses a technique called bootstrapping. In a nutshell, it resamples the sample a lot of times and ...

SMUELLER/Statistics-CaseResampling-0.15 - 14 May 2013 16:43:11 UTC

Statistics::Descriptive::PDL - A close to drop-in replacement for Statistics::Descriptive using PDL as the back-end River stage zero No dependents

This module provides basic functions used in descriptive statistics....

SLAFFAN/Statistics-Descriptive-PDL-0.16 - 24 Apr 2022 22:22:17 UTC

Statistics::KernelEstimation - Kernel Density Estimates and Histograms River stage zero No dependents

This modules calculates Kernel Density Estimates and related quantities for a collection of random points. A Kernel Density Estimate (KDE) is similar to a histogram, but improves on two known problems of histograms: it is smooth (whereas a histogram ...

JANERT/Statistics-KernelEstimation-0.05 - 18 Dec 2008 16:27:24 UTC

Statistics::Descriptive::Full - Module of basic descriptive statistical functions. River stage two • 24 direct dependents • 41 total dependents

This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and on...

SHLOMIF/Statistics-Descriptive-3.0801 - 02 Jul 2023 09:18:16 UTC

Statistics::Descriptive::Sparse - Module of basic descriptive statistical functions. River stage two • 24 direct dependents • 41 total dependents

This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and on...

SHLOMIF/Statistics-Descriptive-3.0801 - 02 Jul 2023 09:18:16 UTC

Statistics::Descriptive::LogScale - Memory-efficient approximate univariate descriptive statistics class. River stage zero No dependents

This module aims at providing some advanced statistical functions without storing all data in memory, at the cost of certain (predictable) precision loss. Data is represented by a set of bins that only store counts of fitting data points. Most bins a...

KHEDIN/Statistics-Descriptive-LogScale-0.11 - 11 Nov 2017 22:52:08 UTC

Statistics::Descriptive::Discrete - Compute descriptive statistics for discrete data sets. River stage zero No dependents

This module provides basic functions used in descriptive statistics. It borrows very heavily from Statistics::Descriptive::Full (which is included with Statistics::Descriptive) with one major difference. This module is optimized for discretized data ...

RHETTBULL/Statistics-Descriptive-Discrete-0.12 - 05 May 2019 05:18:26 UTC

Statistics::Descriptive::Weighted - Module of basic descriptive statistical functions for weighted variates. River stage zero No dependents

This module partially extends the module Statistics::Descriptive to handle weighted variates. Like that module, this module has an object-oriented design and supports two different types of data storage and calculation objects: sparse and full. With ...

DHARD/Statistics-Descriptive-Weighted-0.7 - 04 Apr 2014 00:04:43 UTC

Statistics::Descriptive::PDL::Weighted - A close to drop-in replacement for Statistics::Descriptive::Weighted using PDL as the back-end River stage zero No dependents

This module provides basic functions used in descriptive statistics using weighted values....

SLAFFAN/Statistics-Descriptive-PDL-0.16 - 24 Apr 2022 22:22:17 UTC

Quantum::Superpositions::Lazy::Statistics - statistical measures on superpositions River stage zero No dependents

This package contains implementations of basic statistical measures available directly from the superposition object via the *stats* method. Upon calling any method on the statistics object, the full set of states will be created on the superposition...

BRTASTIC/Quantum-Superpositions-Lazy-1.12 - 11 May 2022 22:10:13 UTC

Statistics::Descriptive::PDL::SampleWeighted - Sample weighted descriptive statistics using PDL as the back-end River stage zero No dependents

This module provides basic functions used in descriptive statistics using weighted values. Inherits from Statistics::Descriptive::PDL::Weighted, with the key difference that the weights are forced to be integers. Variance, skewness and kurtosis all u...

SLAFFAN/Statistics-Descriptive-PDL-0.16 - 24 Apr 2022 22:22:17 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.037 seconds)