Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:16

0001 // @(#)root/mathcore:$Id$
0002 // Authors: L. Moneta, A. Zsenei   08/2005
0003 
0004  /**********************************************************************
0005   *                                                                    *
0006   * Copyright (c) 2004 ROOT Foundation,  CERN/PH-SFT                   *
0007   *                                                                    *
0008   *                                                                    *
0009   **********************************************************************/
0010 
0011 #ifndef ROOT_Math_DistFuncMathCore
0012 #define ROOT_Math_DistFuncMathCore
0013 
0014 
0015 
0016 // pdf functions from Mathcore
0017 #include "Math/PdfFuncMathCore.h"
0018 
0019 // cdf from mathcore
0020 #include "Math/ProbFuncMathCore.h"
0021 
0022 // quantile functions from mathcore
0023 #include "Math/QuantFuncMathCore.h"
0024 
0025 
0026 #endif  // ROOT_Math_DistFunc