Help for this page

Select Code to Download


  1. or download this
    my $h = gsl_histogram_alloc 3;
    gsl_histogram_set_ranges $h, [0, 41, 61, 100], 4;
    gsl_histogram_increment $h, $_ for @values;