Source
fit = CalStatsFitter::FIT( robustFit( oAbs, oValue, oValueErr, oFlag, eOrder,
// -----------------------------------------------------------------------------
/*
CalStatsFitter.cc
Description:
------------
This file contains member functions for the CalStatsFitter class.
Classes:
--------
CalStatsFitter - This class contains the fit statistics static enums and
functions.
Modification history:
---------------------
2011 Dec 08 - Nick Elias, NRAO
Initial version.
2012 Jan 25 - Nick Elias, NRAO
Error checking added.
*/
// -----------------------------------------------------------------------------
// Includes
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
// Start of casa namespace
// -----------------------------------------------------------------------------
using namespace casacore;
namespace casa {
// -----------------------------------------------------------------------------
// Start of CalStatsFitter class
// -----------------------------------------------------------------------------
/*
CalStatsFitter
Description:
------------
This class contains the fit statistics static enums and functions.
NB: At present, this class acts as a namespace for static functions.
Classes:
--------
CalStatsFitter - This class contains the fit statistics enums and functions.
Class public static member functions:
-------------------------------------
fit - This member function is the fitting interface of this class.
orderName - This function returns the string corresponding to the
CalStatsFitter::ORDER enum.
typeName - This function returns the string corresponding to the
CalStatsFitter::TYPE enum.