|
Mantid
|
Functions | |
| double MANTID_CURVEFITTING_DLL | calculateJacobianScaleFactor (double observedCounts, double predicted) |
| double MANTID_CURVEFITTING_DLL | calculatePoissonLossLM (double observedCounts, double predicted) |
| double | calculatePoissonResidualLM (double observedCounts, double predicted) |
| template<typename T > | |
| int | sgn (T val) |
| template MANTID_CURVEFITTING_DLL int | sgn< double > (double val) |
| double Mantid::CurveFitting::CostFunctions::PoissonLossLM::calculateJacobianScaleFactor | ( | double | observedCounts, |
| double | predicted | ||
| ) |
Definition at line 60 of file CostFuncPoisson.cpp.
References calculatePoissonResidualLM(), Mantid::Kernel::delta, sgn(), and Mantid::Geometry::x.
| double Mantid::CurveFitting::CostFunctions::PoissonLossLM::calculatePoissonLossLM | ( | double | observedCounts, |
| double | predicted | ||
| ) |
Definition at line 80 of file CostFuncPoisson.cpp.
References calculatePoissonResidualLM(), and sgn().
| double Mantid::CurveFitting::CostFunctions::PoissonLossLM::calculatePoissonResidualLM | ( | double | observedCounts, |
| double | predicted | ||
| ) |
Definition at line 43 of file CostFuncPoisson.cpp.
References Mantid::Geometry::x.
Referenced by calculateJacobianScaleFactor(), and calculatePoissonLossLM().
| int Mantid::CurveFitting::CostFunctions::PoissonLossLM::sgn | ( | T | val | ) |
Definition at line 20 of file CostFuncPoisson.h.
Referenced by calculateJacobianScaleFactor(), and calculatePoissonLossLM().
| template MANTID_CURVEFITTING_DLL int Mantid::CurveFitting::CostFunctions::PoissonLossLM::sgn< double > | ( | double | val | ) |