ReFRACtor
max_likelihood.h
Go to the documentation of this file.
1 #ifndef MAX_LIKELIHOOD_H
2 #define MAX_LIKELIHOOD_H
3 #include <model_measure.h>
4 
5 
6 namespace FullPhysics {
7 
8 //-----------------------------------------------------------------------
14 //-----------------------------------------------------------------------
15 
16 class MaxLikelihood :
17  virtual public ModelMeasure {
18 
19 public:
20 
21 
22 //-----------------------------------------------------------------------
24 //-----------------------------------------------------------------------
25 
27 
28 
29  virtual ~MaxLikelihood() {}
30 
31 
32 //-----------------------------------------------------------------------
34 //-----------------------------------------------------------------------
35 
36  virtual void print(std::ostream& Os) const
37  { Os << "MaxLikelihood"; }
38 
39 
40 protected:
41 
42 
43 };
44 }
45 #endif
The base class for maximum likelihood estimation.
The base class for models and measurements.
Definition: model_measure.h:46
MaxLikelihood()
Default Constructor.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
virtual void print(std::ostream &Os) const
Prints description of object.

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10