Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
CostFuncPoisson.h File Reference
#include "MantidAPI/FunctionDomain.h"
#include "MantidAPI/FunctionValues.h"
#include "MantidCurveFitting/CostFunctions/CostFuncFitting.h"

Go to the source code of this file.

Classes

class  Mantid::CurveFitting::CostFunctions::CostFuncPoisson
 CostFuncPoisson : Implements a cost function for fitting applications using a Poisson measure. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::CurveFitting
 
namespace  Mantid::CurveFitting::CostFunctions
 
namespace  Mantid::CurveFitting::CostFunctions::PoissonLossLM
 

Functions

double MANTID_CURVEFITTING_DLL Mantid::CurveFitting::CostFunctions::PoissonLossLM::calculateJacobianScaleFactor (double observedCounts, double predicted)
 
double MANTID_CURVEFITTING_DLL Mantid::CurveFitting::CostFunctions::PoissonLossLM::calculatePoissonLossLM (double observedCounts, double predicted)
 
template<typename T >
int Mantid::CurveFitting::CostFunctions::PoissonLossLM::sgn (T val)