7#ifndef FITTING_STATISTICS_H
8#define FITTING_STATISTICS_H
45 int significantDigits);
52 int significantDigits);
55 int significantDigits,
const int INNER_RADIUS_MIN
QVector< double > FittingCurveCoefficients
Coefficients x0, x1, ... in y = a0 + a1 * x + a2 * x^2 + ...
QList< QPointF > FittingPointsConvenient
Array of (x,y) points in graph coordinates.
const int MAX_POLYNOMIAL_ORDER
This class does the math to compute statistics for FittingWindow.
FittingStatistics()
Single constructor.
void calculateCurveFitAndStatistics(unsigned int order, const FittingPointsConvenient &pointsConvenient, FittingCurveCoefficients &coefficients, double &mse, double &rms, double &rSquared, int significantDigits)
Compute the curve fit and the statistics for that curve fit.
virtual ~FittingStatistics()
Matrix class that supports arbitrary NxN size.
Unit test of Fitting classes.