[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gsl] Documentation bug (gsl_stats_covariance_m
From: |
Cathy Laporte |
Subject: |
[Bug-gsl] Documentation bug (gsl_stats_covariance_m |
Date: |
Tue, 04 Apr 2006 10:55:48 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314 |
Hi,
I would like to report a little inaccuracy in the GSL documentation
about the function gsl_stats_covariance_m. The documentation gives the
prototype of the function as
double *gsl_stats_covariance_m* /(const double data1[], const size_t
stride1, const double data2[], const size_t n, const double mean1, const
double mean2)
/which omits the stride2 parameter. The correct prototype is
double *gsl_stats_covariance_m* /(const double data1[], const size_t
stride1, const double data2[], const size_t stride2, const size_t n,
const double mean1, const double mean2)
/Hopefully this can be fixed for the next version :)
Cathy
- [Bug-gsl] Documentation bug (gsl_stats_covariance_m,
Cathy Laporte <=