#include <cbi2.h>
Public Member Functions | |
| CBI2 (CL &) | |
| double | chi2 (double beamErrorAdjust=0, double calibrationFactor=1) |
| double | chi2WithCalibration () |
| Cl's in muK^2. | |
Public Attributes | |
| std::map< int, bool > | bandDeselect |
| All integers appearing here will be considered de-selected from the CBI2000+01 likelihood. Counting goes from 0 to 14. | |
Protected Member Functions | |
| void | init () |
| double | windowConv (int windowNumber, Spline &Cl, double cut_l) |
Private Attributes | |
| bool | initialized |
| const CL & | mCl |
| std::vector< NewdatReader::Band > | mExpData |
| NewdatReader::Matrix | mMatrix |
| std::map< int, bool > | mSavedBandDeselect |
| double | mThband [15] |
Example usage:
CBI2 cbi2(cl); // deselect the very first and last bands cbi2.bandDeselect[0] = true; cbi2.bandDeselect[14] = true; double chisq = cbi2.chi2WithCalibration();
Definition at line 25 of file cbi2.h.
|
|
|
|
||||||||||||
|
chi2 returns the chi^2 w.r.t. CBI2 03, optionally taking a beam error and/or calibration error into account. If you want the marginalized version ( over beam error and calibration uncertainty ) of chi^2, use chi2WithCalibration() instead.
Definition at line 171 of file cbi2.cc. References bandDeselect, init(), initialized, mSavedBandDeselect, and mThband. Referenced by chi2WithCalibration(). |
|
|
Cl's in muK^2. returns the chi^2 w.r.t. CBI2 03, marginalized over the calibration error. Definition at line 224 of file cbi2.cc. References chi2(). |
|
|
Definition at line 16 of file cbi2.cc. References bandDeselect, Spline::first(), Spline::last(), mCl, mSavedBandDeselect, Spline::setY(), CL::ts, Spline::x(), and Spline::y(). Referenced by chi2(). |
|
||||||||||||||||
|
Definition at line 125 of file cbi2.cc. References ControlPanel::cmbeasyDir(). |
|
|
All integers appearing here will be considered de-selected from the CBI2000+01 likelihood. Counting goes from 0 to 14.
|
|
|
Definition at line 42 of file cbi2.h. Referenced by chi2(). |
|
|
Definition at line 40 of file cbi2.h. Referenced by init(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 41 of file cbi2.h. Referenced by chi2(). |
1.4.6