Home | Develop | Download | Contact
FuncCeoModel.hpp
1 /*
2  * FuncCeoModel.hpp
3  *
4  * Copyright 2018 Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19  * MA 02110-1301, USA.
20  *
21  */
22 
31 #ifndef __PDS_FUNCCEOMODEL_HPP__
32 #define __PDS_FUNCCEOMODEL_HPP__
33 
34 
35 #include <Pds/Ra>
36 
37 
48 namespace Pds{
49 
51 namespace Ceo{
52 
54 namespace Binary{
55 
57 namespace Fusion{
58 
96  Pds::Vector NaiveBayes(double ps,Pds::Vector p,const Pds::Matrix &U,double Umbral=0.5);
97 
98 
103 }//Fusion
104 
105 
107 namespace Ber{
108 
109 
138  double SymetricModel(double rho,unsigned int M);
139 
163  Pds::Vector SymetricModel(const Pds::Vector &Rho,unsigned int M);
164 
169 }//Ber
170 
171 
173 namespace Probability{
174 
175 
203  double PjOmegaM(const Pds::Vector &OmegaM,const Pds::Vector &p, double ps,double Umbral=0.5);
204 
205 
236  double PcUsOmegaM(const Pds::Vector &OmegaM,
237  const Pds::Vector &p,
238  bool us,
239  double ps,
240  double *PjU0OmegaM=NULL,
241  double Umbral=0.5);
242 
247 }//Probability
248 
250 namespace Entropy{
251 
268  double HjOmegaM(const Pds::Vector &p,double ps=0.5);
269 
285  double HjsOmegaM(double rho,unsigned int M, double ps=0.5);
286 
308  double HjsOmegaMInv(double HJoint,short int M,double ps=0.5);
333  double HcUsOmegaM(const Pds::Vector &p, double ps);
334 
355  double HcsUsOmegaM(double rho,unsigned int M,double ps=0.5);
356 
357 
379  Pds::Vector HcsUsOmegaM(const Pds::Vector &Rho,unsigned int M,double ps=0.5);
380 
405  double HcsUsOmegaMInv(double HCond,short int M,double ps=0.5);
406 
412 }//Entropy
413 
414 
415 }//Binary
416 }//Ceo
417 }//Pds
422 #endif
423 
double HjOmegaM(const Pds::Vector &p, double ps=0.5)
Encuentra la entropia conjunta para fontes generadas pasando una fuente , con probabilidade ,...
double HcUsOmegaM(const Pds::Vector &p, double ps)
Encuentra la entropia condicionada. .
double PjOmegaM(const Pds::Vector &OmegaM, const Pds::Vector &p, double ps, double Umbral=0.5)
Encuentra la probabilidad conjunta de tener en la salida de un grupo de canales BSC un conjunto de v...
double HjsOmegaMInv(double HJoint, short int M, double ps=0.5)
Encuentra el valor que genera la entropia conjunta para fontes generadas pasando una fuente ,...
double PcUsOmegaM(const Pds::Vector &OmegaM, const Pds::Vector &p, bool us, double ps, double *PjU0OmegaM=NULL, double Umbral=0.5)
Encuentra las probabilidades condicionada y conjunta .
double HcsUsOmegaM(double rho, unsigned int M, double ps=0.5)
Encuentra la entropia condicionada pp.37.
Pds::Vector NaiveBayes(double ps, Pds::Vector p, const Pds::Matrix &U, double Umbral=0.5)
Retorna una aproximación del vector a partir de las muestras en .
double HjsOmegaM(double rho, unsigned int M, double ps=0.5)
Encuentra la entropia conjunta para fontes generadas pasando una fuente , con probabilidade ,...
double HcsUsOmegaMInv(double HCond, short int M, double ps=0.5)
Encuentra la inversa de la entropia condicionada para fontes generadas pasando una fuente ,...
double SymetricModel(double rho, unsigned int M)
Retorna la taza de erro de bit, , en el problema CEO binario simétrico de M fontes ,...
Nombre de espacion para PDS (Procesamiento Digital de Senales)
Definition: ItTools.hpp:45

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed