Difference between revisions of "ErrorAnalysis"
From JuniorLab
Line 17: | Line 17: | ||
[https://pages.mtu.edu/~fmorriso/cm3215/UncertaintySlopeInterceptOfLeastSquaresFit.pdf Using LINEST in Excel to fit data] | [https://pages.mtu.edu/~fmorriso/cm3215/UncertaintySlopeInterceptOfLeastSquaresFit.pdf Using LINEST in Excel to fit data] | ||
+ | |||
+ | [https://www.mathworks.com/help/matlab/ref/polyfit.html Example of Linear Regression with Error Estimate in Matlab (scroll down to example)] |
Latest revision as of 16:01, 16 February 2021
Useful Formulas
Formulas from Taylor, Intro to Error Analysis (front cover)
Textbook
Introduction to Error Analysis, the Study of Uncertainties in Physical Measurements - John Taylor
Other Resources
Example for Fitting Data with Uncertainties with Python
Google Colab - Online Python Editor
Using LINEST in Excel to fit data
Example of Linear Regression with Error Estimate in Matlab (scroll down to example)