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

Statistics Sheet Golf software
Filter: All | Freeware | Demo
 

Statistics Sheet Golf

< 1 2 3 4 5 > 
Added: January 14, 2010 | Visits: 1.341

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: 962

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: 970

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: February 17, 2010 | Visits: 1.211

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: June 27, 2010 | Visits: 1.552

Style Sheet Chooser Style Sheet Chooser is an extension which allows you to choose author-provided alternate style. Style Sheet Chooser 0.2 allows you to choose author-provided alternate style sheets for a web site, and have those choices be persisted for all pages on the same site. Style Sheet Chooser 0.2 does...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (155): Style Sheet Chooser Download

Added: January 14, 2010 | Visits: 881

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 14, 2010 | Visits: 1.510

Ryans Electronic Diary Sheet Ryans Electronic Diary Sheet (aka RyansEDS) is a web-based Perl application which allows members of an organization (typically staff) to inform each other of their proposed whereabouts. The project is designed to be a simple shared calendaring application which does require complex (and often...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Ryans Electronic Diary Sheet Download

Added: July 04, 2010 | Visits: 1.076

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: 998

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: 816

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.428

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.078

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: 871

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: 837

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

Added: January 25, 2010 | Visits: 1.072

Mulligan's Golf Personal Mulligan's Golf Personal is a powerful stats, record-keeping, and handicapping application for the individual golfer. Mulligan's Golf Personal provides easy entry and analysis of a player's scores and scoring history. It supports an unlimited number of players and courses.


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 3 MB Download (104): Mulligan's Golf Personal Download

Added: January 25, 2010 | Visits: 997

Mulligan's Golf Personal Demo Mulligan's Golf Personal is a powerful stats, record-keeping, and handicapping application for the individual golfer. Mulligan's Golf Personal provides easy entry and analysis of a player's scores and scoring history. It supports an unlimited number of players and courses.


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 2.1 MB Download (102): Mulligan's Golf Personal Demo Download

Added: January 25, 2010 | Visits: 920

Amju Super Golf Amju Super Golf is a multiplayer 3D golf game. It shares many similarities to miniature golf with a few important additions. First, as you drive and putt your way across the colorful board there are targets to hit for bonus points. Second, there are targets to hit to make parts of the map move....


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (98): Amju Super Golf Download

Added: January 25, 2010 | Visits: 1.711

Islands Mini-golf The Islands Mini-Golf ADD-ON 1 is a free expansion pack that adds a new Egyptian theme with 18 new holes to our Islands Mini-Golf game.TO PLAY WITH THIS EXPANSION PACK, THE FULL VERSION OF THE GAME IS REQUIRED. 18 new wacky holes Egyptian theme Online hi-scores Original soundtrack


Platforms: Mac

License: Freeware Download (134): Islands Mini-golf Download

Added: January 25, 2010 | Visits: 1.410

Pod PT Golf Fitness Training Led by golf pros such as Tiger Woods and David Duval, today's golfers are stronger and hit the ball farther than ever. Even recreational golfers are feeling the benefits fitness can bring to the golf game. Better core strength, balance, and flexibility can free up your swinging action, giving you...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 5.6 MB Download (104): Pod PT Golf Fitness Training Download

Released: December 03, 2010  |  Added: December 20, 2010 | Visits: 2.423

E Answer Sheet If you are preparing for any exam that has objective type questions, then E Answer Sheet is for you. You might have purchased any book that contains a lot of objective type questions, that aids you in the preparation for the exam. The Old Way: You take a notebook or a piece of paper and...


Platforms: Windows

License: Freeware Size: 451.29 KB Download (748): E Answer Sheet Download

< 1 2 3 4 5 >