20 #ifndef UNIVARIATEDATA_H 21 #define UNIVARIATEDATA_H 31 void Apply(
double left_bound,
double right_bound,
32 uword bound_window,
const mat &spectra,
const vec &abscissa);
33 void Apply(QString peak_shape,
38 void Apply(
double first_left_bound,
double first_right_bound,
39 double second_left_bound,
double second_right_bound,
40 uword bound_window,
const mat &spectra,
const vec &abscissa);
42 void Calibrate(
const vec &x,
const vec &y, uword column);
46 #endif // UNIVARIATEDATA_H
void Calibrate(const vec &x, const vec &y, uword column)
UnivariateData::Calibrate.
void ApplyCorrelation(const mat &spectra, const vec &control)
const QString name() const
void Apply(double left_bound, double right_bound, uword bound_window, const mat &spectra, const vec &abscissa)
UnivariateData(QString name)
The AnalysisResults class A container for a mat object that allows a mat to be copied to a heap-alloc...