1 / 21

Chi Square Fitting – C ode for Fitting w (z ) with Data

Chi Square Fitting – C ode for Fitting w (z ) with Data . Pao -Yu Wang. Outline. Introduction Basic methods and derivations Chi-square fitting: some techniques Brief introduction of the code ROOT Results. Introduction. The universe is expanding at late times

maxine
Télécharger la présentation

Chi Square Fitting – C ode for Fitting w (z ) with Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chi Square Fitting –Code for Fittingw(z) with Data Pao-Yu Wang

  2. Outline • Introduction • Basic methods and derivations • Chi-square fitting: some techniques • Brief introduction of the code • ROOT • Results

  3. Introduction • The universe is expanding at late times • Needs extra energy density source with negative pressure • Many different models had been proposed: • Cosmological constant • Quintessence • Phantom • … • Observations constrain the behaviors of dark energy!

  4. The basics and methods • Parametrization: (0 < z < 1) • We want to constrain this by data! • SN 1a, CMB(WMAP), BAO(SDSS,2dFGRS) • Models can also give predictions of w(z) • Ex: for ΛCDM, • Then we can compare data with models

  5. The basics and methods: how to constrain? • Let’s return to math first: • Distance module (SN 1a): Now

  6. H(z) can further be expressed as (using the parametrization): • Plug in this back to dL, we then will have μ can be derived from 4 parameters in theory μ can be observed directly Then we can compare data with models!

  7. χ-Square fitting • For SN 1a, μ is measureable • CMB: shift parameter R is measureable! • BAO: Observation can give DV(0.35)/DV(0.2)

  8. Data set we use… • Old dataset: • New dataset: From: SEVEN-YEAR WILKINSON MICROWAVE ANISOTROPY PROBE (WMAP1) OBSERVATIONS: COSMOLOGICAL INTERPRETATION, ArXiv: 1001.4538v2 From: Baryon Acoustic Oscillations in the Sloan Digital Sky Survey Data Release 7 Galaxy Sample, ArXiv: 0907.1660v3

  9. PDG -- Statistics • From χ-square fitting we will get a best fit point

  10. Brief Introduction of the Code • By Chien-Wen Chen • Using ROOT library • Calculate theoretical value Calculate χ-square • Use ROOT to find best fit and draw diagrams, contours

  11. ROOT • “ROOT is an object oriented framework for large scale data analysis” • Can be used to draw plots, histograms, find best fit, etc. • An simple example:

  12. ex.cpp

  13. Start ROOT at terminal: Other example: 3D In Chien-Wen’s code we use makefile directly.

  14. Results • Best fit and error: • Using WMAP 5 years BAO(2007) • And now we have New data… Old best fit w0= -0.912977 wa= -0.231426 M= 0.268077 errw0+= 0.13023 errw0-= -0.146007 errwa+= 0.756889 errwa-= -0.783501 ……

  15. All with 68.3%, 95.4% confidence level Old plot New plot • 1

  16. Next thing to do… • w-w’ plane • Different models can have different region in this This is from models! Now we convert our w0-wa plane into w-w’ plane

  17. Thanks for Listening

More Related