13 double sigma,
double low,
double high)
86 _pll = std::numeric_limits<double>::quiet_NaN();
123 if (lowBound != -std::numeric_limits<double>::infinity() ||
upBound != std::numeric_limits<double>::infinity()) {
140 double k_low = (lowBound == -std::numeric_limits<double>::infinity()) ? std::numeric_limits<double>::infinity()
142 double k_high = (
upBound == std::numeric_limits<double>::infinity()) ? std::numeric_limits<double>::infinity()
200 double lowEdge = std::numeric_limits<double>::quiet_NaN();
206 }
else if (!std::isnan(
lowEdge)) {
209 lowEdge = std::numeric_limits<double>::quiet_NaN();
219int xRooFit::Asymptotics::CompatFactor(
const IncompatFunc &func,
double mu_hat)
221 if (std::isnan(mu_hat))
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Int_t gErrorIgnoreLevel
Error handling routines.
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t target
TRObject operator()(const T1 &t1) const
std::vector< std::pair< double, int > > IncompatFunc
Class for finding the root of a one dimensional function using the Brent algorithm.
Template class to wrap any C++ callable object which takes one argument i.e.
double normal_cdf(double x, double sigma=1, double x0=0)
Cumulative distribution function of the normal (Gaussian) distribution (lower tail).
double gaussian_cdf(double x, double sigma=1, double x0=0)
Alternative name for same function.
#define BEGIN_XROOFIT_NAMESPACE
#define END_XROOFIT_NAMESPACE