Cumulative distribution function

__I am trying to plot probability distribution function (PDF) to cumulative distribution function (CDF) using root. Can anyone suggest to me any specific way, how to plot this? I have a root file with histograms.
Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Maybe:

TH1::GetCumulative
TH1::GetIntegral
TH1::GetQuantiles

or:

grep -r -i "[cp]df" `root-config --incdir`/Math

Thank you so much. I able to plot this

I didn’t understand this ? How should I use it. If you don’t mind, can you please explain a bit.

That’s a simple bash command line.

Okay
Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.