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

Statistics Quiz software
Filter: All | Freeware | Demo
 

Statistics Quiz

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

Nuke Quiz Nuke Quiz is a Quiz addon module for php-nuke. It supports radio and checkbox single/multiple choice questions, with a statistics addon for peer review, and a comprehensive admin management system. It is fully nuke compliant and database inspecific. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (67): Nuke Quiz Download

Added: August 20, 2006 | Visits: 3.676

QUIZ QUIZ is a study tool. You can train a topic by collecting questions in a file and then answer them repetitively. With Quiz, you can build and administer objective tests using either multiple choice or fill-the-blanks questions. More then one correct answer is allowed. It is possible to build...

License: Freeware Size: 6.68 MB Download (384): QUIZ Download

Added: April 11, 2006 | Visits: 5.290

Quiz-Buddy Quiz-Buddy is an award-winning Windows program that helps students in learning and test-preparation activities. Quiz-Buddy is designed to improve student results in SAT, PSAT, GRE, GMAT and other standardized tests. It can also be used for vocabulary-building, learning foreign languages and can... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.59 MB Download (830): Quiz-Buddy Download

Released: January 01, 2002  |  Added: August 22, 2006 | Visits: 3.276

ActiveStat -web statistics software ActiveStat - web statistics marketing tool to track and analyse site visits, marketing research, visit tracking software, statistics analyser Platforms: OS/2, Windows, Mac, *nix, Windows CE

License: Commercial Cost: $339.00 USD Size: 2.37 MB Download (126): ActiveStat -web statistics software Download

Released: January 04, 2003  |  Added: October 04, 2006 | Visits: 3.945

Quiz-Buddy Lite Quiz-Buddy Lite - a learning and test-preparation tool. It is a free version of a more sophisticated Quiz-Buddy. The program comes with quizzes for learning Multiplication and State Capitals. Learning is accomplished through answering a number of multiple-choice questions. Quiz-Buddy Lite can be... Platforms: Windows

License: Freeware Download (641): Quiz-Buddy Lite Download

Added: November 17, 2006 | Visits: 5.687

Pub Quiz 2004 Generate pub quizzes quickly by selecting the number of rounds, the category for each round and the number of questions in each round. Choose from Art, Books, Entertainment, Films, Flags, General Knowledge, Geography, History, Music, Pictures, Science and Sport. High quality printing... Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 2.73 MB Download (709): Pub Quiz 2004 Download

Released: February 09, 2008  |  Added: March 17, 2008 | Visits: 3.453

Statistics Pro Calculate tedious and difficult Statistics and Discrete Mathematics formulas accurately, quickly, and with ease! Combinatorics (permutations and combinations, etc.), probabilities, expected values, confidence intervals, data analysis, hypothesis testing and more. Statistics Pro does more... Platforms: Windows, Mac

License: Demo Cost: $9.95 USD Size: 2.25 MB Download (191): Statistics Pro Download

Released: May 01, 2008  |  Added: May 08, 2008 | Visits: 1.933

Math Quiz Creator Math Quiz Creator allows a parent or teacher to create custom math quizzes with just a few mouse clicks. Each quiz can contain arithmetic problems of any type. Problems can be defined so that you'll know exactly what concepts will be tested with a particular quiz. You can begin with simple... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 1.36 MB Download (201): Math Quiz Creator 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: 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: 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: March 12, 2010 | Visits: 807

quizpool quizpool project administers quizzes, and collects results and statistics over the Web. The quizzes can be selected from pools of questions, written in "Question Definition Language", according to rules written in "Quiz Definition Language". When a user starts a session, they are presented... Platforms: *nix

License: Freeware Size: 296.96 KB Download (101): quizpool 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: 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

1 2 3 4 5 >