Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.244.089 Times

Statistics::Distributions 1.02

  Date Added: July 08, 2010  |  Visits: 1.765

Statistics::Distributions

Report Broken Link
Printer Friendly Version


Product Homepage
Download (107 downloads)



Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distributions. SYNOPSIS use Statistics::Distributions; $chis=Statistics::Distributions::chisqrdistr (2,.05); print "Chi-squared-crit (2 degrees of freedom, 95th percentile " ."= 0.05 level) = $chisn"; $u=Statistics::Distributions::udistr (.05); print "u-crit (95th percentile = 0.05 level) = $un"; $t=Statistics::Distributions::tdistr (1,.005); print "t-crit (1 degree of freedom, 99.5th percentile = 0.005 level) " ."= $tn"; $f=Statistics::Distributions::fdistr (1,3,.01); print "F-crit (1 degree of freedom in numerator, 3 degrees of freedom " ."in denominator, 99th percentile = 0.01 level) = $fn"; $uprob=Statistics::Distributions::uprob (-0.85); print "upper probability of the u distribution (u = -0.85): Q(u) " ."= 1-G(u) = $uprobn"; $chisprob=Statistics::Distributions::chisqrprob (3,6.25); print "upper probability of the chi-square distribution (3 degrees " ."of freedom, chi-squared = 6.25): Q = 1-G = $chisprobn"; $tprob=Statistics::Distributions::tprob (3,6.251); print "upper probability of the t distribution (3 degrees of " ."freedom, t = 6.251): Q = 1-G = $tprobn"; $fprob=Statistics::Distributions::fprob (3,5,.625); print "upper probability of the F distribution (3 degrees of freedom " ."in numerator, 5 degrees of freedom in denominator, F = 6.25): " ."Q = 1-G = $fprobn"; This Perl module calculates percentage points (5 significant digits) of the u (standard normal) distribution, the students t distribution, the chi-square distribution and the F distribution. It can also calculate the upper probability (5 significant digits) of the u (standard normal), the chi-square, the t and the F distribution. These critical values are needed to perform statistical tests, like the u test, the t test, the F test and the chi-squared test, and to calculate confidence intervals. If you are interested in more precise algorithms you could look at: StatLib: http://lib.stat.cmu.edu/apstat/ ; Applied Statistics Algorithms by Griffiths, P. and Hill, I.D., Ellis Horwood: Chichester (1985).

Requirements: No special requirements
Platforms: Linux
Keyword: Critical Values Degrees Of Freedom Distribution Freedom Libraries Perl Module Print Programming Statisticsdistributions Upper
Users rating: 0/10

License: Freeware Size: 6.14 KB
USER REVIEWS
More Reviews or Write Review


STATISTICS::DISTRIBUTIONS RELATED
Development Tools  -  MATLAB Simulation of variable-mass rigid-body 6DOF 1.0
SIXDOFVM Calculate aircraft variable-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of...
10 KB  
Development Tools  -  MATLAB simulation of fixed-mass rigid-body 6DOF 1.0
SIXDOF Calculate aircraft fixed-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in...
10 KB  
Development Tools  -  Design of a robust digital controller with PPR toolbox 1.0
Design of a robust digital controller with PPR toolboxThis script shows the basic steps for the "digital two degrees of freedom controller" (2DOF) design with the PPR toolbox.The illustration of our methodology is based on a difficult plant...
163.84 KB  
Libraries  -  Statistics::ChisqIndep 0.1
Statistics::ChisqIndep is a Perl module to perform chi-square test of independence (a.k.a. contingency tables). Synopsis #example for Statistics::ChisqIndep use strict; use Statistics::ChisqIndep; use POSIX; # input data in the form of the...
3.07 KB  
Libraries  -  Statistics::PointEstimation 1.1.0
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...
6.14 KB  
Libraries  -  Socket6 0.19
Socket6 is a Perl module for IPv6 related part of the C socket.h defines and structure manipulators. SYNOPSIS use Socket; use Socket6; @res = getaddrinfo(hishost.com, daytime, AF_UNSPEC, SOCK_STREAM); $family = -1; while (scalar(@res) >=...
55.3 KB  
Libraries  -  Bio::Tree::Compatible 1.5.2_102
Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 =...
5.6 MB  
Libraries  -  Proc::Forking 1.38
Proc::Forking is a Perl module that provides a set of tool to fork and daemonize. SYNOPSIS #!/usr/bin/perl use strict; use Proc::Forking; use Data::Dumper; use Time::HiRes qw(usleep); # to allow micro sleep my $f = Proc::Forking->new();...
11.26 KB  
Screen Savers  -  American Values- 4th Of July Screensaver 1.0
A patriotic screensaver for 4th of July with visuals and videos of USA. An appealing free screensaver. This has the altering images of American cityscapes with words flashing to promote the feeling of freedom and pride. With music.
3.46 MB  
Libraries  -  Linux::Distribution::Packages 0.05
Linux::Distribution::Packages Perl module contains a list all packages on various Linux distributions. SYNOPSIS use Linux::Distribution::Packages qw(distribution_packages distribution_write); $linux = new...
4.1 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB