Data Analysis Homework
Spring 2004
- Assuming a model of
, find the best fit values for
A and B using minimization. Set up the algebra and solve the
resulting linear equations. You can solve the equations ``by hand,''
but I would suggest using a symbolic algebra program such as maxima,
maple, or mathmatica.
| (deg) |
|
y |
|
| 22.5 |
0.924 |
0.490 |
0.01 |
| 112.5 |
-0.383 |
0.465 |
0.01 |
| 202.5 |
-0.924 |
0.435 |
0.01 |
| 292.5 |
0.383 |
0.450 |
0.01 |
- Minimize for a non-linear set of data.
- Take the data set
(1000 points) from the web page. The first column corresponds to an
energy in MeV, and the second column is a number of counts found at
that energy (hint: the data is Poisson distributed).
- Using the model
:
- Estimate value of , , , and .
- Estimate the uncertainty for , , , and .
- How well does the model fit the data?
The purpose of this assignment is to understand how to fit data using
minimization. You will need to find an analysis
package, or write a program to perform the fit in part 2. You may find
the lecture notes
helpful.
Clark McGrew
2005-02-04