Help for this page

Select Code to Download


  1. or download this
    if ($self->{logger}->is_trace()) { # for efficiency (not to compute th
    +e expression) 
                $self->{logger}->trace("total NbObsThis $i=$nbObservedThis
    +NGram->[$i]; nbObsAll $i=$nbObservedAllNGrams->[$i]; total=$totalObse
    +rvedAll; nbExpected $i=$nbExpectedThis[$i]; chisq = $chiSquare[$i]")
    }
    
  2. or download this
    if (!$self->{disableLogger} && $self->{logger}->is_trace()) { # test f
    +or efficiency (not to compute the expression) {
                $self->{logger}->trace("total NbObsThis $i=$nbObservedThis
    +NGram->[$i]; nbObsAll $i=$nbObservedAllNGrams->[$i]; total=$totalObse
    +rvedAll; nbExpected $i=$nbExpectedThis[$i]; chisq = $chiSquare[$i]")
    }