Text::NSP::Measures::2D::Fisher::twotailed

Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fisher's exact test.
Download

Text::NSP::Measures::2D::Fisher::twotailed Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Text::NSP::Measures::2D::Fisher::twotailed team
  • Publisher web site:
  • http://search.cpan.org/~tpederse/Text-NSP-1.03/lib/Text/NSP/Measures/2D/Fisher/twotailed.pm

Text::NSP::Measures::2D::Fisher::twotailed Tags


Text::NSP::Measures::2D::Fisher::twotailed Description

Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fisher's exact test. Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fisher's exact test.SYNOPSISBasic 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, n1p=>$n1p, np1=>$np1, npp=>$npp); if( ($errorCode = getErrorCode())) { print STDERR $errorCode." - ".getErrorMessage(); } else { print getStatisticName."value for bigram is ".$twotailed_value; } Requirements: · Perl


Text::NSP::Measures::2D::Fisher::twotailed Related Software