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

Community College Statistics freeware
Filter: All | Freeware | Demo
 

Community College Statistics

1 2 3 4 5 > 
Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 588

Statistics Solved Problems Statistics Tutorial. A diverse array of solved problems. Specially suited for college Statistics. It contains several topics covered in university classes Platforms: Windows

License: Freeware Size: 791 KB Download (57): Statistics Solved Problems Download

Added: May 10, 2013 | Visits: 869

Hot Open Tickets HOT (Hot Open Tickets) is a user-friendly helpdesk/trouble-ticket system written using XHTML, PHP and MySQL. It is easy to administer, configures quickly and is designed using CSS to allow for easy theme changes. The project uses object-oriented coding and is standards complient. To install the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): Hot Open Tickets Download

Added: May 02, 2013 | Visits: 484

World Community Grid - Widget This plugin allows you to show your World Community Grid and statistics in the sidebar of your wordpress blog. The data will be updated once a day. The data base of this plugin is a xml-file, which is located here:... Platforms: PHP

License: Freeware Size: 10 KB Download (45): World Community Grid - Widget Download

Added: March 03, 2010 | Visits: 1.244

Statistics::Forecast Statistics::Forecast is a Perl module that calculates a future value. This is a dummy Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. SYNOPSIS use Statistics::Forecast; Create forecast object my... Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Statistics::Forecast Download

Added: May 09, 2010 | Visits: 1.139

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: May 05, 2010 | Visits: 1.793

Dolphin Smart Community Builder Want to build your own community? Now youre limited only by your imagination. Not by software. Dolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want. With a huge variety of features and options, you can quickly develop your... Platforms: *nix

License: Freeware Size: 6.1 MB Download (154): Dolphin Smart Community Builder Download

Added: July 22, 2010 | Visits: 1.452

Yet Another Community System Yet Another Community System provides a community system including Web-based chat. YaCS is a community system, written in C++. It is fully multi-threaded and uses heavy I/O multiplexing to get maximum performance and the lowest CPU load. This system actually supports a chat system comparable... Platforms: *nix

License: Freeware Size: 860.16 KB Download (106): Yet Another Community System Download

Added: June 09, 2010 | Visits: 1.099

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: April 16, 2010 | Visits: 1.725

Daoc Community Navigator Daoc Community Navigator allows you to navigate in Dark Age of Camelot Community. A simple extension maded to a quickly consultation of Daoc Community. All boards and resources are included in menĂ¹. To use the "personal MenĂ¹" you have to be subscribed to the community. Platforms: *nix

License: Freeware Size: 65.54 KB Download (167): Daoc Community Navigator Download

Added: November 23, 2010 | Visits: 1.500

Statistics::Descriptive Statistics::Descriptive is a Perl module of basic descriptive statistical functions. SYNOPSIS use Statistics::Descriptive; $stat = Statistics::Descriptive::Full->new(); $stat->add_data(1,2,3,4); $mean = $stat->mean(); $var = $stat->variance(); $tm = $stat->trimmed_mean(.25);... Platforms: *nix

License: Freeware Size: 11.26 KB Download (119): Statistics::Descriptive Download

Added: June 01, 2010 | Visits: 1.120

Statistics::ChiSquare Statistics::ChiSquare - How well-distributed is your data? SYNOPSIS use Statistics::Chisquare; print chisquare(@array_of_numbers); Statistics::ChiSquare is available at a CPAN site near you. Suppose you flip a coin 100 times, and it turns up heads 70 times. Is the coin fair? Suppose... Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Statistics::ChiSquare Download

Added: November 14, 2010 | Visits: 1.384

Authenticated User Community Authenticated User Community project is a CGI-based intranet system for K-12 settings. AUC (Authenticated User Community) is an intranet system designed for use in an educational organization but is also useful in many other settings. It offers the ability for users to have a uniform... Platforms: *nix

License: Freeware Size: 3.3 MB Download (102): Authenticated User Community Download

Added: April 02, 2010 | Visits: 1.278

Statistics::SPC Statistics::SPC is a Perl module with calculations for Stastical Process Control (SPC). Creates thresholds based on the variability of all data, # of samples not meeting spec, and variablity within sample sets, all from training data. Note: this is only accurate for data which is normally... Platforms: *nix

License: Freeware Size: 11.26 KB Download (136): Statistics::SPC Download

Added: August 01, 2010 | Visits: 1.380

Statistics::Smoothing::SGT Statistics::Smoothing::SGT is a Simple Good-Turing (SGT) smoothing implementation. SYNOPSIS Basic Usage use Statistics::Smoothing::SGT my $sgt = new Statistics::Smoothing::SGT($frequencyClasses, $total); $sgt->calculateValues(); $probabilities = $sgt->getProbabilities(); $newFrequencies... Platforms: *nix

License: Freeware Size: 19.46 KB Download (107): Statistics::Smoothing::SGT Download

Added: June 16, 2010 | Visits: 1.442

Free Statistics Free Statistics records and views daily Web site page views (hits) for statistical tracking. This is a Free PHP script to record and view daily website page views (hits) for statistical tracking. Features a chart of daily page views totals displayed with bar graph, total for last x days, most... Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): Free Statistics Download

Added: April 07, 2010 | Visits: 1.133

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: January 04, 2010 | Visits: 1.153

EnGarde Community Edition The Community Edition of EnGarde Secure Linux was designed to support features suitable for individuals, students, security enthusiasts, and those wishing to evaluate the level of security and ease of management available in Guardian Digital enterprise products. EnGarde Community Editions... Platforms: *nix

License: Freeware Size: 574 MB Download (115): EnGarde Community Edition Download

Added: July 20, 2010 | Visits: 1.234

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 07, 2010 | Visits: 959

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: February 09, 2010 | Visits: 1.065

Statistics::Cluto Statistics::Cluto package contains Perl binding for CLUTO. SYNOPSIS use Statistics::Cluto; use Data::Dumper; my $c = new Statistics::Cluto; $c->set_dense_matrix(4, 5, [ [8, 8, 0, 3, 2], [2, 9, 9, 1, 4], [7, 6, 1, 2, 3], [1, 7, 8, 2, 1] ]); $c->set_options({ rowlabels => [ row0,... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Statistics::Cluto Download

1 2 3 4 5 >