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
hpp
Implementation.
hpp::statistics::Proba_t
double Proba_t
Definition:
fwd.hh:22
hpp::statistics::Statistics
Definition:
bin.hh:85
hpp::statistics::SuccessBin
This class count the number of success and failure.
Definition:
success-bin.hh:38
hpp::statistics::SuccessStatistics
Definition:
success-bin.hh:119
hpp::statistics::Bin
Definition:
bin.hh:35
include
hpp
statistics
fwd.hh
Generated by
1.8.13