25#ifndef LSST_AFW_MATH_MINIMIZE_H
26#define LSST_AFW_MATH_MINIMIZE_H
33#include "Minuit2/FCNBase.h"
75template <
typename ReturnT>
104template <
typename ReturnT>
A Function taking one argument.
A Function taking two arguments.
class[[deprecated("Removed with no replacement (but see lsst::afw::image::TransmissionCurve). Will be " "removed after v22.")]] FilterProperty final
Describe the properties of a Filter (e.g.
FitResults minimize(lsst::afw::math::Function1< ReturnT > const &function, std::vector< double > const &initialParameterList, std::vector< double > const &stepSizeList, std::vector< double > const &measurementList, std::vector< double > const &varianceList, std::vector< double > const &xPositionList, double errorDef)
Find the minimum of a function(x)
A base class for image defects.
Results from minimizing a function.
std::vector< double > parameterList
fit parameters
bool isValid
true if the fit converged; false otherwise
double chiSq
chi squared; may be nan or infinite, but only if isValid false
std::vector< std::pair< double, double > > parameterErrorList
negative,positive (1 sigma?) error for each parameter