15namespace CurveFitting {
24 const std::string name()
const override;
25 int version()
const override;
26 const std::vector<std::string>
seeAlso()
const override {
return {
"CalculateChiSquared",
"Fit"}; }
27 const std::string summary()
const override;
30 void initConcrete()
override;
31 void execConcrete()
override;
32 void unfixParameters();
33 void refixParameters();
36 std::vector<double> &coeffs,
double qvalue,
double rBound,
Profiles chi2 about its minimum to find parameter errors.
std::vector< size_t > m_fixedParameters
Cache indices of fixed parameters.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
A wrapper around Eigen::Matrix.
A base class for fitting algorithms.
std::shared_ptr< ChebfunBase > ChebfunBase_sptr
Helper class which provides the Collimation Length for SANS instruments.