|
VESPUCCI_EXPORT double | Vespucci::Math::Quantification::IntegratePeak (const arma::vec &X, arma::uword min_index, arma::uword max_index, double abscissa_step, arma::vec &baseline, bool correct_baseline) |
| Vespucci::Math::Quantification::IntegratePeak. More...
|
|
VESPUCCI_EXPORT arma::vec | Vespucci::Math::Quantification::IntegratePeakMat (const arma::mat &X, const arma::vec &abscissa, double &min, double &max, arma::mat &baselines, arma::uvec &boundaries, bool correct_baseline) |
| Vespucci::Math::Quantification::IntegratePeakMat. More...
|
|
VESPUCCI_EXPORT arma::mat | Vespucci::Math::Quantification::IntegratePeaksMat (const arma::mat &X, const arma::vec &abscissa, double &first_min, double &first_max, double &second_min, double &second_max, arma::mat &first_baselines, arma::mat &second_baselines, arma::uvec &boundaries) |
| Vespucci::Math::Quantification::IntegratePeaksMat. More...
|
|
VESPUCCI_EXPORT arma::vec | Vespucci::Math::Quantification::IntegratePeakMat (const arma::mat &X, const arma::vec &abscissa, double &min, double &max, arma::field< arma::vec > &baselines, arma::uvec &boundaries, arma::uword bound_window, bool correct_baseline) |
| Vespucci::Math::Quantification::IntegratePeakMat. More...
|
|
VESPUCCI_EXPORT arma::mat | Vespucci::Math::Quantification::IntegratePeaksMat (const arma::mat &X, const arma::vec &abscissa, double &first_min, double &first_max, double &second_min, double &second_max, arma::field< arma::vec > &first_baselines, arma::field< arma::vec > &second_baselines, arma::uvec &boundaries, arma::uword bound_window) |
| Vespucci::Math::Quantification::IntegratePeaksMat. More...
|
|