STK++ 0.9.13
STatistiK.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------*/
2/* Copyright (C) 2004-2016 Serge Iovleff, Université Lille 1, Inria
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as
6 published by the Free Software Foundation; either version 2 of the
7 License, or (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU Lesser General Public License for more details.
13
14 You should have received a copy of the GNU Lesser General Public
15 License along with this program; if not, write to the
16 Free Software Foundation, Inc.,
17 59 Temple Place,
18 Suite 330,
19 Boston, MA 02111-1307
20 USA
21
22 Contact : S..._Dot_I..._At_stkpp_Dot_org (see copyright for ...)
23*/
24
25/*
26 * Project: stkpp::STatistiK
27 * Purpose: Primary include file for STatistiK project.
28 * Author: Serge Iovleff, S..._Dot_I..._At_stkpp_Dot_org (see copyright for ...)
29 **/
30
85#ifndef STATISTIK_H
86#define STATISTIK_H
87
88// probabilities laws
90
91// random number generators
94
95// namespace Law
116
122
125
126// bivariate Statistics
129
130// Multivariate Statistics
133
134// perform the usual Computations on categorical variables
139
140// Kernels
142
149
150#endif /*STATISTIK_H*/
151
In this file we define the class and methods for computing a Gaussian Kernel.
In this file we define the class and methods for computing a Hamming Kernel.
In this file we define the class and methods for computing a Laplace Kernel.
In this file we define the class and methods for computing a Linear Kernel.
In this file we define the class and methods for computing a Polynomial Kernel.
In this file we define the class and methods for computing a RationalQuadratic Kernel.
In this file we define the enum and utilites method for the kernels.
In this file we define the Bernoulli distribution.
In this file we define the Beta probability distribution.
In this file we define the Binomial distribution.
In this file we define the Categorical distribution.
In this file we define the Cauchy probability distribution.
In this file we define the ChiSquared probability distribution.
In this file we implement the exponential law.
In this file we define the FisherSnedecor probability distribution.
In this file we define the Gamma probability distribution.
In this file we define the Geometric distribution.
In this file we define the HyperGeometric distribution.
In this file we define the LogNormal probability law class.
In this file we define the Logistic probability law class.
In this file we define the NegativeBinomial distribution.
In this file we define the Normal probability law class.
In this file we define the Poisson distribution.
In this file we define the Student probability distribution.
In this file we implement the uniform (discrete) law.
In this file we implement the (continuous) uniform distribution law.
In this file we define the utilities constant and method for the Law namespace.
In this file we define the Weibull probability distribution.
In this file we define the joint Bernoulli distribution law.
In this file we define the joint Cauchy probability law.
In this file we define the joint Gamma probability law.
In this file we define the joint Normal probability law.
In this file we define the multivariate Normal law.
Declaration of the RandBase class.
This file contain the declaration of the class Bivariate.
This file contain the function confusionMatrix.
This file contains the methods computing the covariance of an array.
In this file we define and implement the Factor class.
This file contain the functors computings statistics.
In this file we define and implement the MultiFactor class.
In this file we specialize the class Multivariate to Real type.
This file contain the declaration of the base class Multivariate.
In this file we implement the main transformation on data set.
This file contain the specialization of the class Univariate for the Real Type.