hpp-statistics  4.9.0
Classes for doing statistics.
fwd.hh
Go to the documentation of this file.
1 // Copyright (c) 2014, LAAS-CNRS
2 // Authors: Joseph Mirabel (joseph.mirabel@laas.fr)
3 //
4 // This file is part of hpp-statistics.
5 // hpp-statistics is free software: you can redistribute it
6 // and/or modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation, either version
8 // 3 of the License, or (at your option) any later version.
9 //
10 // hpp-statistics is distributed in the hope that it will be
11 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
12 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 // General Lesser Public License for more details. You should have
14 // received a copy of the GNU Lesser General Public License along with
15 // hpp-statistics. If not, see <http://www.gnu.org/licenses/>.
16 
17 #ifndef HPP_STATISTICS_FWD_HH
18 # define HPP_STATISTICS_FWD_HH
19 
20 namespace hpp {
21  namespace statistics {
22  typedef double Proba_t;
23 
24  class Bin;
25  template < typename T > class Statistics;
26  class SuccessBin;
27  class SuccessStatistics;
28  } // namespace statistics
29 } // namespace hpp
30 
31 #endif // HPP_STATISTICS_FWD_HH
Implementation.
double Proba_t
Definition: fwd.hh:22
Definition: bin.hh:85
This class count the number of success and failure.
Definition: success-bin.hh:38
Definition: success-bin.hh:119
Definition: bin.hh:35