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

Intelligence Quotient Statistics freeware
Filter: All | Freeware | Demo
 

Intelligence Quotient Statistics

1 2 3 4 5 > 
Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 749

Online IQ Test Difficult online iq and logic test. Number of right answers correlates with your intelligence quotient. The test consists of 10 questions, each of them allows to estimate your logical abilities. A group of more than 2000 of students has been tested with this iq test to gather the best statistical...



Platforms: Windows

License: Freeware Size: 20 KB Download (495): Online IQ Test Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 550

Memorizing Address Test How good is your memory? Test it with this free quick online test. It is very quick and easy- youshould look at an address for two minutes, after that press "proceed" button and fill gaps. Thats it- the quiz system will automatically score the number of right answers and give you short conclusion...





Platforms: Windows

License: Freeware Size: 300 KB Download (582): Memorizing Address Test Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 642

Online logic test Logic test. It is difficult enough. A test group of 2000 members gave on average 3.04 right answers (from 10 available). This test doesn measure intelligence quotient itself, as this quotient still is not uniformly defined. It shows you difficult logic problems instead and counts the number of...


Platforms: Windows

License: Freeware Size: 160 KB Download (56): Online logic test Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 662

Self Hypnosis Ebook This electronic book is a complete guide to self hypnosis techniques, autosuggestion and subliminal messaging techniques. In 3 chapters of this book you will find the complete information on techniques of self hypnosis, affirmations and subliminal messaging. This book was written by Evgheny...


Platforms: Windows

License: Freeware Size: 287 KB Download (536): Self Hypnosis Ebook Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 620

IQ Test (NASA) This is not an "entertaining" IQ test, it will never tell you that you're a genius if you actually aren't one. But don't be discouraged, it is OK to be normal. You will have 40 minutes to answer 20 untrivial questions. The questions are difficult, most of people won't answer more than 7...


Platforms: Windows

License: Freeware Size: 300 KB Download (537): IQ Test (NASA) Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 589

MB Emotional Quotient Test Emotional Intelligence or Emotional Quotient (EQ) is a term used to measure how much you understand your inner self and the tasks you can perform satisfactorily without getting stressed or depressed. MB Emotional Quotient Test attempts to give you a clearer picture about yourself so that you can...


Platforms: Windows

License: Freeware Size: 782 KB Download (518): MB Emotional Quotient Test Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 672

OLAP Statistics for SharePoint OLAP Statistics & Reporting for SharePoint enables you to connect to a SharePoint list, task or calendar and explore data in a multi-dimensional grid, pivot tables, filters, and graph or chart view. You can run this OLAP analysis tool on on each SharePoint list, with its own unique set of fields....


Platforms: Windows

License: Freeware Size: 5.65 MB Download (49): OLAP Statistics for SharePoint Download

ICQza / IRCza - natural language artificial intelligence chat robots ICQza is natural language artificial intelligence chat robot for ICQ. ICQza sends and receives ICQ instant messages, simulates human responses in ICQ messages without human - Artificial Intelligence engine based on famous A.L.I.C.E generates phrases. Now the package also includes IRCza - similar...




Added: March 03, 2010 | Visits: 1.242

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

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

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

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

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: April 02, 2010 | Visits: 1.273

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

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

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

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

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

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

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 >