303 |
30 Apr 05 |
peter |
// $Id$ |
303 |
30 Apr 05 |
peter |
2 |
|
675 |
10 Oct 06 |
jari |
3 |
/* |
2119 |
12 Dec 09 |
peter |
Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér |
4359 |
23 Aug 23 |
peter |
Copyright (C) 2006 Jari Häkkinen, Peter Johansson |
4359 |
23 Aug 23 |
peter |
Copyright (C) 2007 Peter Johansson |
4359 |
23 Aug 23 |
peter |
Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
4359 |
23 Aug 23 |
peter |
Copyright (C) 2010, 2011 Peter Johansson |
675 |
10 Oct 06 |
jari |
9 |
|
1437 |
25 Aug 08 |
peter |
This file is part of the yat library, http://dev.thep.lu.se/yat |
675 |
10 Oct 06 |
jari |
11 |
|
675 |
10 Oct 06 |
jari |
The yat library is free software; you can redistribute it and/or |
675 |
10 Oct 06 |
jari |
modify it under the terms of the GNU General Public License as |
1486 |
09 Sep 08 |
jari |
published by the Free Software Foundation; either version 3 of the |
675 |
10 Oct 06 |
jari |
License, or (at your option) any later version. |
675 |
10 Oct 06 |
jari |
16 |
|
675 |
10 Oct 06 |
jari |
The yat library is distributed in the hope that it will be useful, |
675 |
10 Oct 06 |
jari |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
675 |
10 Oct 06 |
jari |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
675 |
10 Oct 06 |
jari |
General Public License for more details. |
675 |
10 Oct 06 |
jari |
21 |
|
675 |
10 Oct 06 |
jari |
You should have received a copy of the GNU General Public License |
1487 |
10 Sep 08 |
jari |
along with yat. If not, see <http://www.gnu.org/licenses/>. |
675 |
10 Oct 06 |
jari |
24 |
*/ |
675 |
10 Oct 06 |
jari |
25 |
|
304 |
02 May 05 |
peter |
26 |
/// |
304 |
02 May 05 |
peter |
/// @namespace theplu |
304 |
02 May 05 |
peter |
28 |
/// |
680 |
11 Oct 06 |
jari |
/// All C++ projects at the Department of Theoretical Physics should |
680 |
11 Oct 06 |
jari |
/// ideally be defined within a common namespace. We use theplu for |
680 |
11 Oct 06 |
jari |
/// this common namespace. |
680 |
11 Oct 06 |
jari |
32 |
/// |
680 |
11 Oct 06 |
jari |
/// @brief The Department of Theoretical Physics namespace as we |
680 |
11 Oct 06 |
jari |
/// define it. |
680 |
11 Oct 06 |
jari |
35 |
/// |
303 |
30 Apr 05 |
peter |
36 |
|
680 |
11 Oct 06 |
jari |
37 |
/// |
680 |
11 Oct 06 |
jari |
/// @namespace theplu::yat |
304 |
02 May 05 |
peter |
39 |
/// |
680 |
11 Oct 06 |
jari |
/// All classes and functions are for the yat project is placed in sub |
680 |
11 Oct 06 |
jari |
/// namespaces of the yat namespace. |
367 |
05 Aug 05 |
peter |
42 |
/// |
680 |
11 Oct 06 |
jari |
/// @brief yat project namespace. |
391 |
13 Sep 05 |
peter |
44 |
/// |
367 |
05 Aug 05 |
peter |
45 |
|
367 |
05 Aug 05 |
peter |
46 |
/// |
680 |
11 Oct 06 |
jari |
/// @namespace theplu::yat::random |
304 |
02 May 05 |
peter |
48 |
/// |
2582 |
07 Oct 11 |
peter |
/// The yat random number related functionality is placed within the |
680 |
11 Oct 06 |
jari |
/// random namespace. |
304 |
02 May 05 |
peter |
51 |
/// |
680 |
11 Oct 06 |
jari |
/// @brief Random number distributions. |
680 |
11 Oct 06 |
jari |
53 |
/// |
304 |
02 May 05 |
peter |
54 |
|
304 |
02 May 05 |
peter |
55 |
/// |
680 |
11 Oct 06 |
jari |
/// @namespace theplu::yat::classifier |
680 |
11 Oct 06 |
jari |
57 |
/// |
680 |
11 Oct 06 |
jari |
/// All classes associated with usage of classifiers are defined |
680 |
11 Oct 06 |
jari |
/// within this namespace. |
304 |
02 May 05 |
peter |
60 |
/// |
680 |
11 Oct 06 |
jari |
/// @brief Classifier related classes. |
304 |
02 May 05 |
peter |
62 |
/// |
304 |
02 May 05 |
peter |
63 |
|
304 |
02 May 05 |
peter |
64 |
/// |
1497 |
12 Sep 08 |
peter |
/// @namespace theplu::yat::normalizer |
1430 |
21 Aug 08 |
peter |
66 |
/// |
1430 |
21 Aug 08 |
peter |
/// @brief Normalization of data |
1430 |
21 Aug 08 |
peter |
68 |
/// |
1430 |
21 Aug 08 |
peter |
69 |
|
1430 |
21 Aug 08 |
peter |
70 |
/// |
2341 |
17 Oct 10 |
peter |
/// @namespace theplu::yat::omic |
2341 |
17 Oct 10 |
peter |
72 |
/// |
2341 |
17 Oct 10 |
peter |
/// @brief Classes and functions related to genomics and proteomics |
2341 |
17 Oct 10 |
peter |
74 |
/// |
2341 |
17 Oct 10 |
peter |
75 |
|
2341 |
17 Oct 10 |
peter |
76 |
/// |
1430 |
21 Aug 08 |
peter |
/// @namespace theplu::yat::regression |
1430 |
21 Aug 08 |
peter |
78 |
/// |
1430 |
21 Aug 08 |
peter |
/// @brief Statistical modeling of data. |
1430 |
21 Aug 08 |
peter |
80 |
/// |
1430 |
21 Aug 08 |
peter |
81 |
|
1430 |
21 Aug 08 |
peter |
82 |
/// |
680 |
11 Oct 06 |
jari |
/// @namespace theplu::yat::statistics |
304 |
02 May 05 |
peter |
84 |
/// |
680 |
11 Oct 06 |
jari |
/// All classes and functions related to statistical methods or |
1481 |
09 Sep 08 |
peter |
/// functions are defined within this namespace. See |
3130 |
18 Nov 13 |
peter |
/// \ref weighted_statistics. |
680 |
11 Oct 06 |
jari |
88 |
/// |
680 |
11 Oct 06 |
jari |
/// @brief Statistical methods, classes, and functions. |
680 |
11 Oct 06 |
jari |
90 |
/// |
304 |
02 May 05 |
peter |
91 |
|
387 |
15 Aug 05 |
jari |
92 |
/// |
1430 |
21 Aug 08 |
peter |
/// @namespace theplu::yat::utility |
387 |
15 Aug 05 |
jari |
94 |
/// |
1430 |
21 Aug 08 |
peter |
/// Needed yat functionality that we don't know where to put usually |
1430 |
21 Aug 08 |
peter |
/// ends up in the utility namespace until we figure out their proper |
1430 |
21 Aug 08 |
peter |
/// namespace location. |
680 |
11 Oct 06 |
jari |
98 |
/// |
1430 |
21 Aug 08 |
peter |
/// @brief Miscellaneous functionality. |
1430 |
21 Aug 08 |
peter |
100 |
/// |