Help for this page

Select Code to Download


  1. or download this
    while( my ( $distrib_type, $href ) = each %{ $distributions } )
    {
    ...
        printf("Correlation Coefficient: %.2f\n", $regobj->pearson_r);
        printf("Variance (y): %.2f\n", $regobj->variance_y);
    }
    
  2. or download this
    Data for fast_increase:
    Slope: 0.72
    ...
    Intercept 2.77
    Correlation Coefficient: 0.28
    Variance (y): 6.11