#define ClassDefOverride(name, id)
This class allows to draw quantile-quantile plots.
void Quartiles()
compute quartiles a quartile is a 25 per cent or 75 per cent quantile
TGraphQQ()
default constructor
virtual ~TGraphQQ()
Destroys a TGraphQQ.
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.
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.