Main > Programming > Libraries >

Statistics::PointEstimation 1.1.0

Statistics::PointEstimation 1.1.0

Sponsored Links

Statistics::PointEstimation 1.1.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.006 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 611
Date added: 2006-12-18

Statistics::PointEstimation 1.1.0 description

Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation with Students T distribution.

Statistics::PointEstimation::Sufficient - Perl module for computing the confidence intervals using sufficient statistics

SYNOPSIS

# example for Statistics::PointEstimation
use Statistics::PointEstimation;

my @r=();
for($i=1;$i<=32;$i++) #generate a uniformly distributed sample with mean=5
{

$rand=rand(10);
push @r,$rand;
}

my $stat = new Statistics::PointEstimation;
$stat->set_significance(95); #set the significance(confidence) level to 95%
$stat->add_data(@r);
$stat->output_confidence_interval(); #output summary
$stat->print_confidence_interval(); #output the data hash related to confidence interval estimation

#the following is the same as $stat->output_confidence_interval();
print "Summary from the observed values of the sample:n";
print "tsample size= ", $stat->count()," , degree of freedom=", $stat->df(), "n";
print "tmean=", $stat->mean()," , variance=", $stat->variance(),"n";
print "tstandard deviation=", $stat->standard_deviation()," , standard error=", $stat->standard_error(),"n";
print "t the estimate of the mean is ", $stat->mean()," +/- ",$stat->delta(),"nt",
" or (",$stat->lower_clm()," to ",$stat->upper_clm," ) with ",$stat->significance," % of confidencen";
print "t t-statistic=T=",$stat->t_statistic()," , Prob >|T|=",$stat->t_prob(),"n";

#example for Statistics::PointEstimation::Sufficient

use strict;
use Statistics::PointEstimation;
my ($count,$mean,$variance)=(30,3.996,1.235);
my $stat = new Statistics::PointEstimation::Sufficient;
$stat->set_significance(99);
$stat->load_data($count,$mean,$variance);
$stat->output_confidence_interval();
$stat->set_significance(95);
$stat->output_confidence_interval();

Statistics::PointEstimation

This module is a subclass of Statistics::Descriptive::Full. It uses T-distribution for point estimation assuming the data is normally distributed or the sample size is sufficiently large. It overrides the add_data() method in Statistics::Descriptive to compute the confidence interval with the specified significance level (default is 95%). It also computes the t-statistic=T and Prob>|T| in case of hypothesis testing of paired T-tests.

Statistics::PointEstimation::Sufficient

This module is a subclass of Statistics::PointEstimation. Instead of taking the real data points as the input, it will compute the confidence intervals based on the sufficient statistics and the sample size inputted. To use this module, you need to pass the sample size, the sample mean , and the sample variance into the load_data() function. The output will be exactly the same as the Statistics::PointEstimation Module.

Statistics::PointEstimation 1.1.0 Screenshot

Advertisements

Statistics::PointEstimation 1.1.0 Keywords

Bookmark Statistics::PointEstimation 1.1.0

Hyperlink code:
Link for forum:

Statistics::PointEstimation 1.1.0 Copyright

WareSeeker periodically updates pricing and software information of Statistics::PointEstimation 1.1.0 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::PointEstimation 1.1.0 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::TTest is a Perl module to perform T-test on 2 independent samples. Free Download
Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distos. Free Download
Statistics::ChisqIndep is a Perl module to perform chi-square test of independence (a.k.a. contingency tables). Free Download
Statistics::Descriptive is a Perl module of basic descriptive statistical functions. Free Download
Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. Free Download
SystemC::Netlist::Net is a Perl module which provides Net for a SystemC Module. Free Download
MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. Free Download
HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. Free Download