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

License Statistics software
Filter: All | Freeware | Demo
 

License Statistics

1 2 3 4 5 > 
Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 747

License Statistics License Statistics helps you track license usage for FLEXlm, FLEXnet, LM-X, IBM LUM and more. License Statistics gives you real-time usage, trends over time, and user-based reports to give you various and crucial views of your license usage that help you make informed decisions about your license... Platforms: Windows, Linux

License: Commercial Cost: $0.00 USD Size: 34.87 MB Download (47): License Statistics Download

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

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

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 538

License Statistics - License Management 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, Linux

License: Commercial Cost: $0.00 USD Size: 4.77 MB Download (50): License Statistics - License Management Download

Added: August 01, 2006 | Visits: 5.662

EasyLicenser License Manager EasyLicenser is a flexible, low-cost and powerful software license manager focused on ease-of-use for both the ISV and the end-user. EasyLicenser also includes eCommerce and Customer Relationship Management functionality.   EasyLicenser allows ISVs to cut their costs and increase revenue by... Platforms: Windows, *nix, Windows CE

License: Freeware Size: 4.49 MB Download (1202): EasyLicenser License Manager 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: April 01, 2013  |  Added: May 13, 2013 | Visits: 3.650

Software License Manager A safe and secure way to store important information about your applications. Information such as serial numbers, software information, vendor information, license information, billing information and much more. Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 3.39 MB Download (253): Software License Manager Download

Released: October 01, 2007  |  Added: October 06, 2007 | Visits: 4.998

LM-X License Manager LM-X License manager enabling ISVs to control and safely distribute their software. The software supports a wide range of license models including trial licenses, standalone licenses, network licenses, expiring licenses, borrowed licenses and more. Furthermore there is wide platform support which... Platforms: Windows, Mac, *nix, Java

License: Commercial Cost: $0.00 USD Size: 7.63 MB Download (585): LM-X License Manager 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

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

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

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

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 >