ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
math
mathcore
inc
Math
DistFuncMathCore.h
Go to the documentation of this file.
1
// @(#)root/mathcore:$Id$
2
// Authors: L. Moneta, A. Zsenei 08/2005
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *
7
* *
8
* *
9
**********************************************************************/
10
11
#ifndef ROOT_Math_DistFuncMathCore
12
#define ROOT_Math_DistFuncMathCore
13
14
15
16
// pdf functions from Mathcore
17
#include "
Math/PdfFuncMathCore.h
"
18
19
// cdf from mathcore
20
#include "
Math/ProbFuncMathCore.h
"
21
22
// quantile functions from mathcore
23
#include "
Math/QuantFuncMathCore.h
"
24
25
26
#endif // ROOT_Math_DistFunc
ProbFuncMathCore.h
QuantFuncMathCore.h
PdfFuncMathCore.h