Re: [ROOT] TH1::GetQuantiles()

From: Rene Brun (Rene.Brun@cern.ch)
Date: Sat Jun 29 2002 - 15:13:54 MEST


I have modified TH1::GetQuantile to accept the case nprobSum=1

Rene Brun

On Fri, 28 Jun 2002, Ed Oltman wrote:

> 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