GNOME Bugzilla – Bug 680918
INTERPOLATION (linear with averaging) problem
Last modified: 2012-07-31 19:39:14 UTC
Created attachment 219995 [details] sample file In the attached file, I don't think that F2 should be #NUM! (but perhaps 4.5?) Much less importantly, I don't quite understand the added description: "The values returned are the averages of the interpolation on each interval." Do we mean: "The values returned are the averages of the interpolated values for consecutive targets."?
Of course if "The values returned are the averages of the interpolated values for consecutive targets." were right, why aren't we just using linear_interpolation and then average results afterwards (in linear_averaging)?
no, it is actually the average of all possible values between two consecutive target. The integral is evaluated and divided by the interval length. In the sample, F2 should be 4.5.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.