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

Us Marriage Statistics software
Filter: All | Freeware | Demo
 

Us Marriage Statistics

< 1 2 3 4 5 > 
Added: September 26, 2010 | Visits: 1.194

del.icio.us post del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. Adds an entry to the context menu and a button to the toolbar. Due to some changes in version 0.4, it is advised to first uninstall any previous versions of this extension before proceeding...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): del.icio.us post 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: June 09, 2010 | Visits: 1.097

Statistics::RankOrder Statistics::RankOrder contains algorithms for determining overall rankings from a panel of judges. SYNOPSIS use Statistics::RankOrder; my $r = Statistics::RankOrder->new(); $r->add_judge( [qw( A B C )] ); $r->add_judge( [qw( A C B )] ); $r->add_judge( [qw( B A C )] ); my %ranks =...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): Statistics::RankOrder Download

Added: July 20, 2010 | Visits: 1.233

Statistics::ROC Statistics::ROC is a Perl module with receiver-operator-characteristic (ROC) curves with nonparametric confidence bounds. SYNOPSIS use Statistics::ROC; my ($y) = loggamma($x); my ($y) = betain($x, $p, $q, $beta); my ($y) = Betain($x, $p, $q); my ($y) = xinbta($p, $q, $beta, $alpha); my...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Statistics::ROC Download

Added: November 17, 2010 | Visits: 2.013

US Department of Homeland Insecurity Idiocy Level US Department of Homeland Insecurity Idiocy Level is a Firefox extension that displays the current Idiocy Level in the status bar.. Taupe Hat Systems main blog page


Platforms: *nix

License: Freeware Size: 266.24 KB Download (94): US Department of Homeland Insecurity Idiocy Level Download

Added: November 07, 2010 | Visits: 957

Statistics::Candidates Candidates is a Perl5 module for manipulating candidate features (help module for Statistics::MaxEntropy). SYNOPSIS use Statistics::Candidates; # create a new candidates object and read candidate features $candidates = Statistics::Candidates->new($some_file); # checks for constant...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (93): Statistics::Candidates 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: August 24, 2008 | Visits: 1.302

Site Statistics Site Statistics is a professional Web analytics solution for analyzing Web resource activity. The program comprises best features of both a counter and a log analyzer and provides a set of additional tools for Web site optimization. It is designed for getting in-depth overview of visitor`s...


Platforms: Windows

License: Shareware Cost: $399.90 USD Size: 15.03 MB Download (93): Site Statistics Download

Added: March 23, 2010 | Visits: 829

Statistics::CalinskiHarabasz Statistics::CalinskiHarabasz is a Perl extension to the cluster stopping rule proposed by Calinski and Harabasz (C&H). SYNOPSIS use Statistics::CalinskiHarabasz; &ch(InputFile, "agglo", 10); Input file is expected in the "dense" format - Sample Input file: 6 5 1 1 0 0 1 1 0 0 0 0 1 1...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Statistics::CalinskiHarabasz Download

Added: May 09, 2010 | Visits: 1.135

Statistics::Gap Statistics::Gap Perl module is an adaptation of the Gap Statistic. SYNOPSIS use Statistics::Gap; $predictedk = &gap("prefix", "vec", INPUTMATRIX, "rbr", "h2", 30, 10, rep, 90, 4); OR use Statistics::Gap; $predictedk = &gap("prefix", "vec", INPUTMATRIX, "rbr", "h2", 30, 10, rep, 90, 4,...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (92): Statistics::Gap 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: April 07, 2010 | Visits: 1.131

Statistics::Contingency Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. SYNOPSIS use Statistics::Contingency; my $s = new Statistics::Contingency(categories => @all_categories); while (...something...) { ... $s->add_result($assigned_categories, $correct_categories);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Statistics::Contingency Download

Added: August 10, 2010 | Visits: 1.102

Dilbert [US] Dilbert [US] is a Firefox extension that adds a little button to status bar and when you click it, it will show todays official US Dilbert from www.dilbert.com. Doesnt work if you have installed Dilbert [CZ]! If you have, uninstall it first! If you like my extension, please come back and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Dilbert [US] 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

Released: April 28, 2016  |  Added: April 30, 2016 | Visits: 627

US-SystemCare US-SystemCare is developed and tested with utmost care to make your computer running smooth, fast, clean and free of errors. US-SystemCare is the world's most loved and preferred computer protection software! The most efficient tool for the end users to optimize quickly and get a clean and faster...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $29.95 USD Size: 4.38 MB Download (80): US-SystemCare Download

Added: May 10, 2013 | Visits: 6.007

AWSTATS Multiple Site Statistics Viewer AWSTATS Multiple Site Statistics Viewer is a PHP addon for AWSTATS to allow viewing of statistics for multiple domains on a single dynamic page.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (73): AWSTATS Multiple Site Statistics Viewer Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 811

FLEXlm License Statistics License Statistics lets you track FLEXlm, FLEXnet, LM-X License Manager, IBM LUM, Sentinel RMS to help you reduce your cost. It's a low-cost product which gives you html, graphs and usage reports to quickly track both current and monthly usage. It's available for both Windows and Unix.


Platforms: Windows, Unix, Linux

License: Freeware Size: 4.77 MB Download (68): FLEXlm License Statistics Download

Added: May 10, 2013 | Visits: 3.363

Choose Your Recipient for Contact Us Page 1.3a The modifcation creates a drop down list of email recipients for your contact us page.You can specify where there email should go, SalesBillingCustomer Serviceetc.Once the modification is installed, you can update the list easily from your OSC admin page.


Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 743

HIOX Web Browsers Statistics HBS shows the internet web browsers usage statistics of your web page. Know how users look in to your site. Understand which browsers your users often use.Features: - Browser usage statistics in hit and percentage basis. - Shows the stats of internet explorer, firefox, safari, mozilla, lynx,...


Platforms: Windows, *nix, PHP,

License: Freeware Download (65): HIOX Web Browsers Statistics Download

Added: May 10, 2013 | Visits: 5.459

Rock Solid Contact US System Rock Solid Contact US System is a secure contact us web form written in php, with optional visual confirmation, optional email confirmation, internationalization, easy to customize with template. It allows you to keep email private, eliminate 99.9% undesired spam. It prevents bot automation and...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (64): Rock Solid Contact US System Download

< 1 2 3 4 5 >