1 #ifndef MAX_LIKELIHOOD_H 2 #define MAX_LIKELIHOOD_H 36 virtual void print(std::ostream& Os)
const 37 { Os <<
"MaxLikelihood"; }
The base class for maximum likelihood estimation.
The base class for models and measurements.
MaxLikelihood()
Default Constructor.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
virtual void print(std::ostream &Os) const
Prints description of object.