4#include "gsl/gsl_cdf.h"
14 return gsl_cdf_tdist_Qinv(z,
r);
22 return gsl_cdf_tdist_Pinv(z,
r);
33 return gsl_cdf_chisq_Pinv(z,
r);
40 return gsl_cdf_gamma_Pinv(z, alpha, theta);
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
double chisquared_quantile(double z, double r)
Re-implementation in MathMore of the Inverse ( ) of the cumulative distribution function of the lower...
double gamma_quantile(double z, double alpha, double theta)
Re-implementation in MathMore of the Inverse ( ) of the cumulative distribution function of the lower...
double tdistribution_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of Student's t-distribution (td...
double tdistribution_quantile_c(double z, double r)
Inverse ( ) of the cumulative distribution function of the upper tail of Student's t-distribution (td...
Namespace for new Math classes and functions.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.