queso-0.53.0
GcmJointInfo.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // QUESO - a library to support the Quantification of Uncertainty
5 // for Estimation, Simulation and Optimization
6 //
7 // Copyright (C) 2008-2015 The PECOS Development Team
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the Version 2.1 GNU Lesser General
11 // Public License as published by the Free Software Foundation.
12 //
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public
19 // License along with this library; if not, write to the Free Software
20 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
21 // Boston, MA 02110-1301 USA
22 //
23 //-----------------------------------------------------------------------el-
24 
25 #ifndef UQ_GCM_JOINT_INFO_H
26 #define UQ_GCM_JOINT_INFO_H
27 
28 #include <queso/GcmSimulationInfo.h>
29 #include <queso/GcmExperimentInfo.h>
30 
31 namespace QUESO {
32 
33 class GslVector;
34 class GslMatrix;
35 
36 template <class S_V = GslVector, class S_M = GslMatrix, class D_V = GslVector,
37  class D_M = GslMatrix, class P_V = GslVector, class P_M = GslMatrix,
38  class Q_V = GslVector, class Q_M = GslMatrix>
40 {
41 public:
42  GcmJointInfo(const GpmsaComputerModelOptions& gcmOptionsObj,
43  bool allOutputsAreScalar,
46  ~GcmJointInfo();
47 
49 
52  unsigned int m_u_size;
54  std::vector<D_M* > m_Rmat_u_is; // to be deleted on destructor
55  std::vector<D_M* > m_Smat_u_is; // to be deleted on destructor
56  std::vector<D_M* > m_Rmat_uw_is; // to be deleted on destructor
57  std::vector<D_M* > m_Smat_uw_is; // to be deleted on destructor
58  D_M m_Smat_uw; // Computed with 'experimentlModel' and 'simulationModel'
60 
61  std::vector<D_M* > m_Rmat_u_hat_u_asterisk_is; // to be deleted on destructor
62  std::vector<D_M* > m_Smat_u_hat_u_asterisk_is; // to be deleted on destructor
65 
66  std::vector<D_M* > m_Rmat_w_hat_u_asterisk_is; // to be deleted on destructor
67  std::vector<D_M* > m_Smat_w_hat_u_asterisk_is; // to be deleted on destructor
70 
71  unsigned int m_vu_size;
73 
75  unsigned int m_predVU_counter;
76 #if 0
77  P_V m_predVU_samplingRVs_unique_vu_meanVec; // todo_rr
78  P_M m_predVU_samplingRVs_unique_vu_covMatrix;
79  P_M m_predVU_samplingRVs_unique_vu_corrMatrix;
80 #endif
85 #if 0
86  P_V m_predVU_atMean_unique_vu_meanVec; // todo_rr
87  P_M m_predVU_atMean_unique_vu_covMatrix;
88  P_M m_predVU_atMean_unique_vu_corrMatrix;
89 
90  P_V m_predVU_atMedian_unique_vu_meanVec; // todo_rr
91  P_M m_predVU_atMedian_unique_vu_covMatrix;
92  P_M m_predVU_atMedian_unique_vu_corrMatrix;
93 
94  P_V m_predVU_atMode_unique_vu_meanVec; // todo_rr
95  P_M m_predVU_atMode_unique_vu_covMatrix;
96  P_M m_predVU_atMode_unique_vu_corrMatrix;
97 
98  P_V m_predVU_atMLE_unique_vu_meanVec; // todo_rr
99  P_M m_predVU_atMLE_unique_vu_covMatrix;
100  P_M m_predVU_atMLE_unique_vu_corrMatrix;
101 #endif
102 
103  unsigned int m_omega_size;
105 
107  D_M m_Smat_u; // Computed with 'experimentModel'
108 
109  D_M* m_Bmat_with_permut; // to be deleted on destructor
110  D_M* m_Bmat_without_permut; // to be deleted on destructor
111  unsigned int m_Bmat_rank;
112  D_M* m_Bwp_t__Wy__Bwp; // to be deleted on destructor
113  D_M* m_Bop_t__Wy__Bop; // to be deleted on destructor
114  D_M* m_Bwp_t__Wy__Bwp__inv; // to be deleted on destructor
115  D_M* m_Bop_t__Wy__Bop__inv; // to be deleted on destructor
116 
119 };
120 
121 } // End namespace QUESO
122 
123 #endif // UQ_GCM_JOINT_INFO_H
std::vector< D_M * > m_Rmat_uw_is
Definition: GcmJointInfo.h:56
std::vector< D_M * > m_Smat_w_hat_u_asterisk_is
Definition: GcmJointInfo.h:67
std::vector< D_M * > m_Smat_uw_is
Definition: GcmJointInfo.h:57
P_M m_predVU_summingRVs_mean_of_unique_vu_covMatrices
Definition: GcmJointInfo.h:82
unsigned int m_omega_size
Definition: GcmJointInfo.h:103
unsigned int m_predVU_counter
Definition: GcmJointInfo.h:75
std::vector< D_M * > m_Rmat_u_hat_u_asterisk_is
Definition: GcmJointInfo.h:61
Q_M m_Smat_u_asterisk_u_asterisk
Definition: GcmJointInfo.h:51
std::vector< D_M * > m_Smat_u_is
Definition: GcmJointInfo.h:55
P_V m_predVU_summingRVs_unique_vu_meanVec
Definition: GcmJointInfo.h:81
VectorSpace< D_V, D_M > m_vu_space
Definition: GcmJointInfo.h:72
P_M m_predVU_summingRVs_covMatrix_of_unique_vu_means
Definition: GcmJointInfo.h:83
VectorSpace< D_V, D_M > m_u_space
Definition: GcmJointInfo.h:53
std::vector< D_M * > m_Rmat_w_hat_u_asterisk_is
Definition: GcmJointInfo.h:66
GcmJointInfo(const GpmsaComputerModelOptions &gcmOptionsObj, bool allOutputsAreScalar, const GcmSimulationInfo< S_V, S_M, P_V, P_M, Q_V, Q_M > &s, const GcmExperimentInfo< S_V, S_M, D_V, D_M, P_V, P_M > &e)
Definition: GcmJointInfo.C:32
std::vector< D_M * > m_Rmat_u_is
Definition: GcmJointInfo.h:54
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
Definition: Environment.h:193
VectorSpace< Q_V, Q_M > m_unique_u_space
Definition: GcmJointInfo.h:50
unsigned int m_Bmat_rank
Definition: GcmJointInfo.h:111
VectorSpace< D_V, D_M > m_unique_vu_space
Definition: GcmJointInfo.h:74
const BaseEnvironment & m_env
Definition: GcmJointInfo.h:48
VectorSpace< D_V, D_M > m_omega_space
Definition: GcmJointInfo.h:104
unsigned int m_u_size
Definition: GcmJointInfo.h:52
std::vector< D_M * > m_Smat_u_hat_u_asterisk_is
Definition: GcmJointInfo.h:62
unsigned int m_vu_size
Definition: GcmJointInfo.h:71
P_M m_predVU_summingRVs_corrMatrix_of_unique_vu_means
Definition: GcmJointInfo.h:84

Generated on Thu Jun 11 2015 13:52:32 for queso-0.53.0 by  doxygen 1.8.5