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

Olap Statistics freeware
Filter: All | Freeware | Demo
 

Olap Statistics

1 2 3 4 5 > 
Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 832

OLAP Statistics and Reporting for SharePoint OLAP Statistics & Reporting for Microsoft SharePoint is a powerful and reliable solution designed to enable you to connect to a SharePoint list, task or calendar and explore data in a multi-dimensional grid, pivot tables, filters, graph or chart view. With the capability of complex... Platforms: Windows


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

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

Released: April 29, 2010  |  Added: May 17, 2010 | Visits: 1.445

OLAP Statistics for Outlook OLAP Statistics for Microsoft Outlook enables you to select both Outlook and user-defined custom fields of interest, and then explore them in a multi-dimensional view with the capability of complex calculations, trend analysis and sophisticated data modeling, all from inside your Outlook. The... Platforms: Windows

License: Freeware Size: 8.49 MB Download (101): OLAP Statistics for Outlook Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 653

Personal HelpDesk for Outlook An automated issue tracking and helpdesk ticketing system in your Outlook Client. Provides you with all the necessary tools to log, analyze and assist in the resolution of helpdesk issues right in your Outlook. Can automatically process incoming support request emails, enforce service level, set... Platforms: Windows

License: Freeware Size: 22.54 MB Download (53): Personal HelpDesk for Outlook Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 689

Team HelpDesk for Outlook An automated issue tracking and helpdesk ticketing system for multiple technicians, Team Helpdesk provides you and your team with all the necessary tools to log, collaborate, analyze and assist in the resolution of helpdesk issues right in your Outlook. More importantly, it can automatically... Platforms: Windows

License: Freeware Size: 53.82 MB Download (51): Team HelpDesk for Outlook 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.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: November 23, 2010 | Visits: 1.499

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

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

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

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

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

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

Added: May 10, 2013 | Visits: 2.225

Qmail-Scanner Statistics Qmail-Scanner Statistics (QSS) uses the Qmail-Scanner Logfile to generate daily, monthly, and yearly statistics. It also shows a complete list of viruses stopped by Qmail-Scanner, the top five domains from which the viruses came, as well as the countries.The application is easy to customize to... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (137): Qmail-Scanner Statistics Download

Added: July 08, 2010 | Visits: 1.771

Statistics::Distributions Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distributions. SYNOPSIS use Statistics::Distributions; $chis=Statistics::Distributions::chisqrdistr (2,.05); print "Chi-squared-crit (2 degrees of freedom, 95th... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Statistics::Distributions Download

Added: January 14, 2010 | Visits: 1.344

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

1 2 3 4 5 >