24 #ifndef _MAGNITUDELORENTZIAN_HPP_
25 #define _MAGNITUDELORENTZIAN_HPP_
47 double leastSquaresError()
const;
49 std::vector<double>& coefficients();
50 const std::vector<double>& coefficients()
const;
52 double operator()(
double x)
const;
53 double center()
const;
58 std::vector<double>
a_;
67 #endif // _MAGNITUDELORENTZIAN_HPP_