Difference between revisions of "ErrorAnalysis"

From JuniorLab
Jump to: navigation, search
(Suggested textbooks)
Line 8: Line 8:
  
 
[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]

Revision as of 15:59, 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