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.479.987 Times

Baseball Statistics freeware
Filter: All | Freeware | Demo
 

Baseball Statistics

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 2.225

Qmail-Scanner Statistics Qmail-Scanner Statistics (QSS) uses the Qmail-Scanner Logfile to generate daily, monthly, and yearly statistics. It also shows a complete list of viruses stopped by Qmail-Scanner, the top five domains from which the viruses came, as well as the countries.The application is easy to customize to... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (137): Qmail-Scanner Statistics Download

Added: July 08, 2010 | Visits: 1.772

Statistics::Distributions 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... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Statistics::Distributions Download

Added: January 14, 2010 | Visits: 1.344

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your... Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

Added: March 26, 2010 | Visits: 963

Statistics::GammaDistribution Statistics::GammaDistribution Perl module represents a gamma distribution. SYNOPSIS use Statistics::GammaDistribution; my $g = Statistics::GammaDistribution->new(); $g->set_order(8.5); print $g->rand(1.0); my @alpha = (0.5,4.5,20.5,6.5,1.5,0.5); my @theta = $g->dirichlet_dist(@alpha);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Statistics::GammaDistribution Download

Added: July 23, 2010 | Visits: 971

Statistics::Descriptive::Discrete Statistics::Descriptive::Discrete is a Perl module to compute descriptive statistics for discrete data sets. SYNOPSIS use Statistics::Descriptive::Discrete; my $stats = new Statistics::Descriptive::Discrete; $stats->add_data(1,10,2,0,1,4,5,1,10,8,7); print "count = ",$stats->count(),"n";... Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Statistics::Descriptive::Discrete Download

Added: May 11, 2010 | Visits: 967

WWW::Baseball::NPB WWW::Baseball::NPB is a Perl module that fetches Japanese baseball games information. SYNOPSIS use WWW::Baseball::NPB; my $baseball = WWW::Baseball::NPB->new; my @games = $baseball->games; # or @games = $baseball->games(central); for my $game (@games) { my $home = $game->home; my... Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): WWW::Baseball::NPB Download

Added: February 17, 2010 | Visits: 1.212

Statistics::LineFit Statistics::LineFit module least squares line fit, weighted or unweighted. SYNOPSIS use Statistics::LineFit; $lineFit = Statistics::LineFit->new(); $lineFit->setData (@xValues, @yValues) or die "Invalid data"; ($intercept, $slope) = $lineFit->coefficients(); defined $intercept or die... Platforms: *nix

License: Freeware Size: 24.58 KB Download (128): Statistics::LineFit Download

Added: January 14, 2010 | Visits: 882

Statistics::SDT Statistics::SDT Perl package contains signal detection theory measures of sensitivity and response-bias. SYNOPSIS use Statistics::SDT; $sdt = Statistics::SDT->new( { hits => 50, signal_trials => 50, false_alarms => 17, noise_trials => 25, correct => 2, } ); $d =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): Statistics::SDT Download

Added: July 04, 2010 | Visits: 1.077

Statistics::OLS Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. SYNOPSIS use Statistics::OLS; my $ls = Statistics::OLS->new(); $ls->setData (@xydataset) or die( $ls->error() ); $ls->setData (@xdataset, @ydataset); $ls->regress(); my ($intercept, $slope)... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Statistics::OLS Download

Added: April 23, 2010 | Visits: 999

Statistics::GaussHelmert Statistics::GaussHelmert is a general weighted least squares estimation module. SYNOPSIS use Statistics::GaussHelmert; # create an empty model my $estimation = new Statistics::GaussHelmert; # setup the model given observations $y, covariance matrices # $Sigma_yy, an initial guess $b0... Platforms: *nix

License: Freeware Size: 13.31 KB Download (123): Statistics::GaussHelmert Download

Added: September 21, 2010 | Visits: 817

Statistics::LTU Statistics::LTU is an implementation of Linear Threshold Units. SYNOPSIS use Statistics::LTU; my $acr_ltu = new Statistics::LTU::ACR(3, 1); # 3 attributes, scaled $ltu->train([1,3,2], $LTU_PLUS); $ltu->train([-1,3,0], $LTU_MINUS); ... print "LTU looks like this:n"; $ltu->print;... Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Statistics::LTU Download

Added: February 06, 2010 | Visits: 1.429

Web Statistics Montage Web Statistics Montage is a great web statistics tool to add to your arsenal. Firstly, you need to be using a web host that uses the cPanel control panel and that also has AWStats enabled. Since cPanel is the most popular control panel on the market for Linux servers, this script should be useful... Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Web Statistics Montage Download

Added: November 16, 2010 | Visits: 1.079

Statistics::ChisqIndep 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 array of array references my @obs = ([15, 68,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (119): Statistics::ChisqIndep Download

Added: November 08, 2010 | Visits: 874

Statistics::PointEstimation 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... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Statistics::PointEstimation Download

Added: April 23, 2010 | Visits: 838

Statistics::TTest Statistics::TTest is a Perl module to perform T-test on 2 independent samples. Statistics::TTest::Sufficient - Perl module to perfrom T-Test on 2 indepdent samples using sufficient statistics SYNOPSIS #example for Statistics::TTest use Statistics::PointEstimation; use Statistics::TTest;... Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Statistics::TTest Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 860

ESPN Baseball Tonight ESPN Baseball Tonight is a baseball game for the PC, Super NES, Sega Mega Drive/Genesis, and Sega [Mega-]CD. The game was licensed by MLB, but not by the Players Association, so while actual team names and logos are used, no player names are in the game.The PC version was one of the early games... Platforms: Windows

License: Freeware Size: 1.79 MB Download (508): ESPN Baseball Tonight Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 820

Bugs Bunny Baseball Bugs Bunny Baseball is an sports game for free. Bugs Bunny is back and ready for some baseball. In this game you are play with Bugs Bunny. Your goal is to hit the ball on the right spot at the right time to get a home run. This is harder then it looks. Try getting as much Home runs you can using... Platforms: Windows

License: Freeware Size: 2.26 MB Download (464): Bugs Bunny Baseball Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 414

Statistics Pro for Mac OS Learn and calculate tedius and difficult Statistics formulas accurately and with ease. Combinatorics, probabilities, expected values, confidence intervals, data analysis, hypothesis testing, and more! Also useful for Discrete Mathematics. - Improved behavior in the data analysis table Platforms: Mac

License: Freeware Size: 5 MB Download (52): Statistics Pro for Mac OS Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 801

Out of the Park Baseball 8 for Mac OS Do you enjoy fantasy baseball? Do you think youd make a pretty good baseball general manager? Do you wish you could do a little something more than just run a fantasy draft and then watch the box scores all season? If so, then its time to Play Ball with Out of the Park Baseball, our... Platforms: Mac

License: Freeware Size: 95.7 MB Download (511): Out of the Park Baseball 8 for Mac OS Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 780

Out of the Park Baseball for Mac OS The latest in the award-winning series, is the most immersive, realistic, and customizable baseball management simulation game on the market today. OOTP 10 provides what fantasy baseballers truly desire - the ability to control every aspect of a baseball team. With online or solo play, real Major... Platforms: Mac

License: Freeware Size: 232 MB Download (460): Out of the Park Baseball for Mac OS Download

< 1 2 3 4 5 >