I recently used DPlot to manipulate a large amount of data for a report. (280 individual files of 50k+ measurements) With each file I used DPlot to trim data, perform basic calculations, and integrate using the trapeziodal method with the built in tools. My editors are now asking that I include a treatment of uncertainties. I am familiar with estimates of uncertainty and propagation of errors in basic arithmetic operations, but have no idea how to track generated errors through DPlot, nor particularly how to be accountable for uncertainties accrued through use of the Integration tool provided. Any advice? Thanks..
________
WEED
Uncertainty and propagation of errors
Moderator: DPlotAdmin
Uncertainty and propagation of errors
Last edited by mccabec on Wed Feb 23, 2011 4:24 pm, edited 1 time in total.
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Statistics is definitely not my strength, so you may get a better answer elsewhere... but here goes:
The only sources of error I can think of for integration are
The only sources of error I can think of for integration are
- Your input. If you are reading your input from text files rather than some binary format, there will be at least some roundoff error regardless of how many significant digits were used in your files. For example if your Y values in the text file have only 2 decimal places then each Y has an uncertainty of +0.005, and the result of integration at any X may be off by as much as +0.005*X (though that's an extreme and would only be true if the Y values were either all low or all high).
- The assumption that whatever phenomenon you are measuring varies linearly between data points. In most cases you may as well assume that, since that's the only data you have. And really if that assumption isn't close to true then all hope is lost unless you can fill in the blanks. I don't really see a good way to quantify any uncertainty on this one, though - since doing so would require guesswork about what the input might look like between points if you had sampled at a higher frequency.
Visualize Your Data
support@dplot.com
support@dplot.com