STK++ 1.0
STatistiK.h
Go to the documentation of this file.
00001 /*--------------------------------------------------------------------*/
00002 /*     Copyright (C) 2004-2007  Serge Iovleff
00003 
00004     This program is free software; you can redistribute it and/or modify
00005     it under the terms of the GNU Lesser General Public License as
00006     published by the Free Software Foundation; either version 2 of the
00007     License, or (at your option) any later version.
00008 
00009     This program is distributed in the hope that it will be useful,
00010     but WITHOUT ANY WARRANTY; without even the implied warranty of
00011     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012     GNU Lesser General Public License for more details.
00013 
00014     You should have received a copy of the GNU Lesser General Public
00015     License along with this program; if not, write to the
00016     Free Software Foundation, Inc.,
00017     59 Temple Place,
00018     Suite 330,
00019     Boston, MA 02111-1307
00020     USA
00021 
00022     Contact : Serge.Iovleff@stkpp.org
00023 */
00024 
00025 /*
00026  * Project:  stkpp::STatistiK
00027  * Purpose:  Primary include file for STatistiK project.
00028  * Author:   Serge Iovleff, serge.iovleff@stkpp.org
00029  **/
00030 
00087 #ifndef STATISTIK_H
00088 #define STATISTIK_H
00089 
00090 // templated generic algorithms
00091 #include "../projects/STatistiK/include/STK_Algo.h"
00092 
00093 // namespace Const
00094 // Mathematical constant
00095 #include "../projects/STatistiK/include/STK_Const_Math.h"
00096 
00097 // namespace Funct
00098 // usual fonctions
00099 #include "../projects/STatistiK/include/STK_Funct_util.h"
00100 // raw functions
00101 #include "../projects/STatistiK/include/STK_Funct_raw.h"
00102 // gamma function
00103 #include "../projects/STatistiK/include/STK_Funct_gamma.h"
00104 // gamma ratio function
00105 #include "../projects/STatistiK/include/STK_Funct_gammaRatio.h"
00106 // beta Ratio function
00107 #include "../projects/STatistiK/include/STK_Funct_betaRatio.h"
00108 
00109 // namespace Law
00110 // probabilities laws
00111 #include "../projects/STatistiK/include/MersenneTwister.h"
00112 #include "../projects/STatistiK/include/STK_RandBase.h"
00113 
00114 #include "../projects/STatistiK/include/STK_Law_ITUnivariate.h"
00115 #include "../projects/STatistiK/include/STK_Law_Normal.h"
00116 #include "../projects/STatistiK/include/STK_Law_ILawBase.h"
00117 
00118 #include "../projects/STatistiK/include/STK_Law_ITMultivariate.h"
00119 #include "../projects/STatistiK/include/STK_Law_MultivariateNormal.h"
00120 
00121 // namespace Stat
00122 // Univariate Statistics
00123 #include "../projects/STatistiK/include/STK_Stat_Univariate.h"
00124 #include "../projects/STatistiK/include/STK_Stat_UnivariateReal.h"
00125 
00126 // bivariate Statistics
00127 #include "../projects/STatistiK/include/STK_Stat_Bivariate.h"
00128 #include "../projects/STatistiK/include/STK_Stat_BivariateRealReal.h"
00129 
00130 // Multivariate Statistics
00131 #include "../projects/STatistiK/include/STK_Stat_Multivariate.h"
00132 #include "../projects/STatistiK/include/STK_Stat_MultivariateReal.h"
00133 
00134 // perform the usual transformations on variables
00135 #include "../projects/STatistiK/include/STK_Stat_Transform.h"
00136 
00137 #endif /*STATISTIK_H*/
00138