All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <PdfCurve.h>
Public Member Functions | |
int | cell () const |
PdfPoint () | |
PdfPoint (double x, int cell) | |
double | probability (const ModelSet &models) const |
double | x () const |
Static Public Member Functions | |
static void | setDegreesOfFreedom (double dof) |
Brief description of class still missing.
Full description of class still missing
DinverCore::PdfPoint::PdfPoint | ( | ) | [inline] |
{_x=0.0; _cell=-1;}
DinverCore::PdfPoint::PdfPoint | ( | double | x, |
int | cell | ||
) | [inline] |
int DinverCore::PdfPoint::cell | ( | ) | const [inline] |
{return _cell;}
double DinverCore::PdfPoint::probability | ( | const ModelSet & | models | ) | const [inline] |
References QGpCoreTools::exp(), and DinverCore::ModelSet::misfit().
Referenced by DinverCore::PdfCurve::printCumulative(), and DinverCore::PdfCurve::randomValue().
static void DinverCore::PdfPoint::setDegreesOfFreedom | ( | double | dof | ) | [inline, static] |
{_degreesOfFreedom=dof;}
double DinverCore::PdfPoint::x | ( | ) | const [inline] |
Referenced by DinverCore::PdfCurve::printCumulative(), and DinverCore::PdfCurve::randomValue().
{return _x;}