queso-0.53.0
InfiniteDimensionalLikelihoodBase.C
Go to the documentation of this file.
1 //--------------------------------------------------------------------------
2 //
3 // QUESO - a library to support the Quantification of Uncertainty
4 // for Estimation, Simulation and Optimization
5 //
6 // Copyright (C) 2008,2009,2010,2011,2012,2013 The PECOS Development Team
7 //
8 // This library is free software; you can redistribute it and/or
9 // modify it under the terms of the Version 2.1 GNU Lesser General
10 // Public License as published by the Free Software Foundation.
11 //
12 // This library is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 // Lesser General Public License for more details.
16 //
17 // You should have received a copy of the GNU Lesser General Public
18 // License along with this library; if not, write to the Free Software
19 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
20 // Boston, MA 02110-1301 USA
21 //
22 //-----------------------------------------------------------------------el-
23 
24 #include <queso/InfiniteDimensionalLikelihoodBase.h>
25 
26 namespace QUESO {
27 
29  double obs_stddev)
30  : _obs_stddev(obs_stddev)
31 {
32 }
33 
35 {
36 }
37 
39 {
40  this->_obs_stddev = stddev;
41 }
42 
44 {
45  return this->_obs_stddev;
46 }
47 
48 } // End namespace QUESO
virtual void set_obs_stddev(double stddev)
Set the observation standard deviation.
virtual double obs_stddev() const
Return the observation standard deviation.
InfiniteDimensionalLikelihoodBase(double obs_stddev)
Construct a likelihood functional with obs_stddev as the observational error standard deviation...

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