hpp-statistics 6.0.0
Classes for doing statistics.
Loading...
Searching...
No Matches
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
20namespace hpp {
21namespace statistics {
22typedef double Proba_t;
23
24class Bin;
25template <typename T>
26class Statistics;
27class SuccessBin;
29} // namespace statistics
30} // namespace hpp
31
32#endif // HPP_STATISTICS_FWD_HH
Definition bin.hh:35
Definition bin.hh:75
This class count the number of success and failure.
Definition success-bin.hh:36
Definition success-bin.hh:105
double Proba_t
Definition fwd.hh:22
Implementation.
Definition main.hh:17