Help for this page

Select Code to Download


  1. or download this
    package regression;
    use strict;
    
    ...
        
        return ($self->{'mean_x'});
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    print TEST "Mean_x: $mean_x\tMean_y: $mean_y\tSlope: $slope\t: y inter
    +cept: $y_intercept\n";
    
    close (TEST);