npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat_doxy.hh
1 #error Documentation only
2 
3 /*!
4  * \mainpage Nonparametric Statistical Methods in C++ and Python
5  *
6  * <b>
7  * -- Descriptive sample statistics
8  *
9  * -- Histogramming, plotting, and fitting
10  *
11  * -- Nonparametric density estimation
12  *
13  * -- Nonparametric regression
14  *
15  * -- Nonparametric interpolation of statistical distributions
16  *
17  * -- Local polynomial modeling
18  *
19  * -- Expectation-maximization unfolding with smoothing
20  *
21  * -- Generation of pseudo- and quasi-random numbers
22  * </b>
23  *
24  * \htmlonly
25  * Doxygen documentation is available for the C++ API only.
26  * To learn more about package capabilities and its python API, visit
27  * <a href="http://npstat.hepforge.org">NPStat project on Hepforge.</a>
28  * \endhtmlonly
29  */
30 
31 /**
32  * Namespace "npstat" (nonparametric statistics) is used for all classes
33  * and functions in the stand-alone part of the NPStat package
34  */
35 namespace npstat {}
Definition: AbsArrayProjector.hh:14