Main > Programming > Libraries >

Statistics::Descriptive 2.6

Statistics::Descriptive 2.6

Sponsored Links

Statistics::Descriptive 2.6 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.011 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 889
Date added: 2007-05-23
Publisher: Colin Kuskie

Statistics::Descriptive 2.6 description

Statistics::Descriptive is a Perl module of basic descriptive statistical functions.

SYNOPSIS

use Statistics::Descriptive;
$stat = Statistics::Descriptive::Full->new();
$stat->add_data(1,2,3,4); $mean = $stat->mean();
$var = $stat->variance();
$tm = $stat->trimmed_mean(.25);
$Statistics::Descriptive::Tolerance = 1e-10;

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 only a few statistical measures are available. Using the full method, the entire data set is retained and additional functions are available.

Whenever a division by zero may occur, the denominator is checked to be greater than the value $Statistics::Descriptive::Tolerance, which defaults to 0.0. You may want to change this value to some small positive value such as 1e-24 in order to obtain error messages in case of very small denominators.
Many of the methods (both Sparse and Full) cache values so that subsequent calls with the same arguments are faster.

METHODS

Sparse Methods

$stat = Statistics::Descriptive::Sparse->new();

Create a new sparse statistics object.

$stat->add_data(1,2,3);

Adds data to the statistics variable. The cached statistical values are updated automatically.

$stat->count();

Returns the number of data items.

$stat->mean();

Returns the mean of the data.

$stat->sum();

Returns the sum of the data.

$stat->variance();

Returns the variance of the data. Division by n-1 is used.

$stat->standard_deviation();

Returns the standard deviation of the data. Division by n-1 is used.

$stat->min();

Returns the minimum value of the data set.

$stat->mindex();

Returns the index of the minimum value of the data set.

$stat->max();

Returns the maximum value of the data set.

$stat->maxdex();

Returns the index of the maximum value of the data set.

$stat->sample_range();

Returns the sample range (max - min) of the data set.

Statistics::Descriptive 2.6 Screenshot

Advertisements

Statistics::Descriptive 2.6 Keywords

Bookmark Statistics::Descriptive 2.6

Hyperlink code:
Link for forum:

Statistics::Descriptive 2.6 Copyright

WareSeeker periodically updates pricing and software information of Statistics::Descriptive 2.6 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Statistics::Descriptive 2.6 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Statistics::Descriptive::Discrete is a Perl module to compute descriptive statistics for discrete data sets. Free Download
Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. Free Download
Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. Free Download
Statistics::ROC is a Perl module with receiver-operator-characteristic (ROC) curves with nonparametric confidence bounds. Free Download
Statistics::Forecast is a Perl module that calculates a future value. Free Download
Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation. Free Download
Sun::Solaris::Privilege is a Perl interface to Privileges. Free Download
File::Attributes::Recursive module contains inherit file attributes from parent directories. Free Download