[ROOT] TH1::GetQuantiles()

From: Ed Oltman (eoltman@imago.com)
Date: Fri Jun 28 2002 - 19:05:45 MEST


Hello,

I am puzzled by TH1::GetQuantiles():  Why is it not possible to call this
method with nprobSum=1?  e.g.

  TH1F *pH = ...
     .
     .
     .
  Double_t quantile,prob;
  prob=.95
  pH->GetQuantiles(1,&quantile,&prob)

Alternatively, perhaps a new method could be added to TH1 for retrieving a
single quantile:

  virtual Double_t GetQuantile(Double_t probSum)


Ed Oltman



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:58 MET