double Double_t
Double 8 bytes.
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
 
virtual Int_t GetQuantiles(Int_t n, Double_t *xp, const Double_t *p)
Compute Quantiles for density distribution of this function.
 
void Quartiles()
compute quartiles a quartile is a 25 per cent or 75 per cent quantile
 
TGraphQQ()
default constructor
 
TF1 * fF
theoretical density function, if specified
 
Double_t fYq1
y1 coordinate of the interquartile line
 
Double_t * fY0
! second dataset, if specified
 
void SetFunction(TF1 *f)
Sets the theoretical distribution function (density!) and computes its quantiles.
 
~TGraphQQ() override
Destroys a TGraphQQ.
 
Double_t fXq2
x2 coordinate of the interquartile line
 
Int_t fNy0
size of the fY0 dataset
 
void MakeFunctionQuantiles()
Computes quantiles of theoretical distribution function.
 
Double_t fXq1
x1 coordinate of the interquartile line
 
Double_t fYq2
y2 coordinate of the interquartile line
 
void MakeQuantiles()
When sample sizes are not equal, computes quantiles of the bigger sample by linear interpolation.
 
A TGraph is an object made of two arrays X and Y with npoints each.
 
Int_t fNpoints
Number of points <= fMaxSize.
 
Double_t * fY
[fNpoints] array of Y points
 
Bool_t CtorAllocate()
In constructors set fNpoints than call this method.
 
Double_t * fX
[fNpoints] array of X points
 
const char * GetTitle() const override
Returns title of object.
 
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
 
Short_t Max(Short_t a, Short_t b)
Returns the largest of a and b.
 
Int_t FloorNint(Double_t x)
Returns the nearest integer of TMath::Floor(x).
 
Double_t NormQuantile(Double_t p)
Computes quantiles for standard normal distribution N(0, 1) at probability p.
 
void Quantiles(Int_t n, Int_t nprob, Double_t *x, Double_t *quantiles, Double_t *prob, Bool_t isSorted=kTRUE, Int_t *index=nullptr, Int_t type=7)
Computes sample quantiles, corresponding to the given probabilities.
 
void Sort(Index n, const Element *a, Index *index, Bool_t down=kTRUE)
Sort the n elements of the array a of generic templated type Element.