Logo ROOT  
Reference Guide
VavilovFast.h File Reference
#include "Math/Vavilov.h"
Include dependency graph for VavilovFast.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::VavilovFast
 Class describing a Vavilov distribution. More...
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Math
 

Functions

double ROOT::Math::vavilov_fast_cdf (double x, double kappa, double beta2)
 The Vavilov cumulative probability density function. More...
 
double ROOT::Math::vavilov_fast_cdf_c (double x, double kappa, double beta2)
 The Vavilov complementary cumulative probability density function. More...
 
double ROOT::Math::vavilov_fast_pdf (double x, double kappa, double beta2)
 The Vavilov probability density function. More...
 
double ROOT::Math::vavilov_fast_quantile (double z, double kappa, double beta2)
 The inverse of the Vavilov cumulative probability density function. More...
 
double ROOT::Math::vavilov_fast_quantile_c (double z, double kappa, double beta2)
 The inverse of the complementary Vavilov cumulative probability density function. More...