Difference between revisions of "ErrorAnalysis"
From JuniorLab
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Useful Formulas == |
+ | |||
+ | [https://ghz.unm.edu/education/spring2020/taylorformulas.pdf Formulas from Taylor, Intro to Error Analysis (front cover)] | ||
+ | |||
+ | |||
+ | |||
+ | == Textbook == | ||
[https://ui.adsabs.harvard.edu/abs/1997ieas.book.....T/abstract Introduction to Error Analysis, the Study of Uncertainties in Physical Measurements] - John Taylor | [https://ui.adsabs.harvard.edu/abs/1997ieas.book.....T/abstract Introduction to Error Analysis, the Study of Uncertainties in Physical Measurements] - John Taylor | ||
+ | |||
+ | |||
+ | == Other Resources == | ||
+ | |||
+ | [https://faculty1.coloradocollege.edu/~sburns/LinearFitting/DataFittingWithUncertanties.html Example for Fitting Data with Uncertainties with Python] | ||
+ | |||
+ | [https://colab.research.google.com/ Google Colab - Online Python Editor] | ||
+ | |||
+ | [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)