void MakeQuantiles()
When sample sizes are not equal, computes quantiles of the bigger sample by linear interpolation...
Int_t fNy0
size of the fY0 dataset
void SetFunction(TF1 *f)
Sets the theoretical distribution function (density!) and computes its quantiles. ...
Double_t fXq1
x1 coordinate of the interquartile line
void MakeFunctionQuantiles()
Computes quantiles of theoretical distribution function.
This class allows to draw quantile-quantile plots.
Double_t fXq2
x2 coordinate of the interquartile line
#define ClassDef(name, id)
TGraphQQ()
default constructor
Double_t * fY0
! second dataset, if specified
Double_t fYq2
y2 coordinate of the interquartile line
virtual ~TGraphQQ()
Destroys a TGraphQQ.
A Graph is a graphics object made of two arrays X and Y with npoints each.
Double_t fYq1
y1 coordinate of the interquartile line
void Quartiles()
compute quartiles a quartile is a 25 per cent or 75 per cent quantile
TF1 * fF
theoretical density function, if specified