Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
QuantFuncMathMore.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Math
 
namespace  ROOT::MathMore
 

Functions

double ROOT::MathMore::chisquared_quantile (double z, double r)
 Re-implementation in MathMore of the Inverse ( D1(z)) of the cumulative distribution function of the lower tail of the χ2 distribution with r degrees of freedom (ROOT::Math::chisquared_cdf).
 
double ROOT::MathMore::gamma_quantile (double z, double alpha, double theta)
 Re-implementation in MathMore of the Inverse ( D1(z)) of the cumulative distribution function of the lower tail of the gamma distribution (ROOT::Math::gamma_cdf).
 
Quantile Functions from MathMore

The implementation used is that of GSL.

double ROOT::Math::tdistribution_quantile (double z, double r)
 Inverse ( D1(z)) of the cumulative distribution function of the lower tail of Student's t-distribution (tdistribution_cdf).
 
double ROOT::Math::tdistribution_quantile_c (double z, double r)
 Inverse ( D1(z)) of the cumulative distribution function of the upper tail of Student's t-distribution (tdistribution_cdf_c).