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

Nsp freeware
Filter: All | Freeware | Demo
 

Nsp

1 2 > 
Added: March 04, 2010 | Visits: 983

Text::NSP::Measures::2D::Fisher::twotailed Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher::twotailed; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $twotailed_value = calculateStatistic( n11=>$n11,...



Platforms: *nix

License: Freeware Size: 952.32 KB Download (159): Text::NSP::Measures::2D::Fisher::twotailed Download

Added: September 05, 2010 | Visits: 1.441

Netstation Netstation is a Linux distribution that enables you to convert standard PCs into full-featured diskless thin clients supporting all major connectivity protocols. The project can be booted from the network using Etherboot/PXE or from standard media like floppy/CD/hd/flash-disk etc. The...





Platforms: *nix

License: Freeware Size: 15.7 MB Download (121): Netstation Download

Added: November 07, 2010 | Visits: 1.161

Text::NSP::Measures::2D::Dice::jaccard Text::NSP::Measures::2D::Dice::jaccard is a Perl module that implements the jaccard coefficient. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::jaccard; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $jaccard_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (114): Text::NSP::Measures::2D::Dice::jaccard Download

Added: September 11, 2010 | Visits: 1.045

Text::NSP::Measures::2D::CHI::phi Text::NSP::Measures::2D::CHI::phi is a Perl module that implements Phi coefficient measure for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::phi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $phi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (107): Text::NSP::Measures::2D::CHI::phi Download

Added: February 20, 2010 | Visits: 1.046

Text::NSP::Measures::2D::Fisher2::twotailed Text::NSP::Measures::2D::Fisher2::twotailed is a Perl module implementation of the two-sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher2::twotailed; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $twotailed_value = calculateStatistic(...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (105): Text::NSP::Measures::2D::Fisher2::twotailed Download

Added: August 21, 2010 | Visits: 895

Text::NSP::Measures::3D::MI::ps Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ps; $ps_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (103): Text::NSP::Measures::3D::MI::ps Download

Added: March 19, 2010 | Visits: 751

OpenPlay OpenPlay is a cross-platform network abstraction layer. OpenPlay is designed to simplify the task of creating programs which communicate across multiple computers and has been used in dozens of commercial products. Includes NetSprocket API compatability. Getting Started With OpenPlay There...


Platforms: *nix

License: Freeware Size: 3.7 MB Download (102): OpenPlay Download

Added: April 05, 2010 | Visits: 960

Text::NSP::Measures::2D::Dice::dice Text::NSP::Measures::2D::Dice::dice is a Perl module to compute Dice coefficient for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::dice; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $dice_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::2D::Dice::dice Download

Added: August 17, 2010 | Visits: 819

Text::NSP::Measures::3D::MI Text::NSP::Measures::3D::MI is a Perl module that provides error checks and framework to implement Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ll; $ll_value =...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::3D::MI Download

Added: March 05, 2010 | Visits: 894

Text::NSP::Measures::2D::MI Text::NSP::Measures::2D::MI is a Perl module that provides error checks for Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson-Stirling Measure. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (97): Text::NSP::Measures::2D::MI Download

Added: July 20, 2010 | Visits: 867

Text::NSP::Measures::2D::CHI::tscore Text::NSP::Measures::2D::CHI::tscore is a Perl module that implements T-score measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::tscore; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tscore_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (96): Text::NSP::Measures::2D::CHI::tscore Download

Added: April 02, 2010 | Visits: 954

Text::NSP::Measures::2D::Fisher::left Text::NSP::Measures::2D::Fisher::left is a Perl module implementation of the left sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher::left; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $left_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (95): Text::NSP::Measures::2D::Fisher::left Download

Added: November 11, 2010 | Visits: 1.002

Text::NSP::Measures::2D::CHI::x2 Text::NSP::Measures::2D::CHI::x2 is a Perl module that implements Pearsons chi squared measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::x2; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $x2_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (94): Text::NSP::Measures::2D::CHI::x2 Download

Added: February 16, 2010 | Visits: 954

Text::NSP::Measures::2D::MI::pmi Text::NSP::Measures::2D::MI::pmi is a Perl module that implements Pointwise Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::pmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $pmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): Text::NSP::Measures::2D::MI::pmi Download

Added: October 12, 2010 | Visits: 678

Text::NSP::Measures Text::NSP::Measures is a Perl module for computing association scores of Ngrams. This module provides the basic framework for these measures. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic(...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (92): Text::NSP::Measures Download

Added: July 14, 2010 | Visits: 936

Text::NSP::Measures::2D Text::NSP::Measures::2D is a Perl module that provides basic framework for building measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::2D Download

Added: August 14, 2010 | Visits: 843

Text::NSP::Measures::2D::MI::ps Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ps; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ps_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::2D::MI::ps Download

Added: November 25, 2010 | Visits: 922

Text::NSP::Measures::3D::MI::pmi Text::NSP::Measures::3D::MI::pmi is a Perl module that implements Pointwise Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::pmi; $pmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100);...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::3D::MI::pmi Download

Added: October 26, 2010 | Visits: 822

Text::NSP::Measures::2D::Fisher2::right Text::NSP::Measures::2D::Fisher2::right is a Perl module implementation of the right sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher2::right; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $right_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::Fisher2::right Download

Added: July 14, 2010 | Visits: 722

Text::NSP::Measures::2D::MI::tmi Text::NSP::Measures::2D::MI::tmi is a Perl module that implements True Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::tmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1, npp=>$npp);...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::MI::tmi Download

1 2 >