Difference between revisions of "TF ErrAna Homework"

From New IAC Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
== Give examples of 5  Systematic and 5 Statistical errors.==
 
== Give examples of 5  Systematic and 5 Statistical errors.==
  
2.) Find 3 published example of data which is wrongly represented
+
==Find 3 published example of data which is wrongly represented==
  
3.) Create a Histogram using ROOT
+
==Create a Histogram using ROOT==
  
 
some commands that may interest you
 
some commands that may interest you
Line 20: Line 20:
  
 
=Probability Distributions=
 
=Probability Distributions=
 +
 +
=Error Propagation=

Revision as of 22:01, 9 January 2010

Errors

Give examples of 5 Systematic and 5 Statistical errors.

Find 3 published example of data which is wrongly represented

Create a Histogram using ROOT

some commands that may interest you


root [1] TH1F *Hist1=new TH1F("Hist1","Hist1",50,0.5,49.5)
root [2] Hist1->Fill(10);
root [3] Hist1->Draw();

You can use the above commands but you need to change the names and numbers above to receive credit. You must also add a title to the histogram which contains your full name.

Mean and SD

Probability Distributions

Error Propagation