struct of parameters of a Gaussian distribution More...
#include <OpenMS/MATH/STATISTICS/GaussFitter.h>
Public Member Functions | |
| GaussFitResult () | |
| GaussFitResult (double a, double x, double s) | |
Public Attributes | |
| double | A |
| parameter A of Gaussian distribution (amplitude) More... | |
| double | x0 |
| parameter x0 of Gaussian distribution (center position) More... | |
| double | sigma |
| parameter sigma of Gaussian distribution (width) More... | |
struct of parameters of a Gaussian distribution
|
inline |
|
inline |
| double A |
parameter A of Gaussian distribution (amplitude)
Referenced by PosteriorErrorProbabilityModel::getGauss().
| double sigma |
parameter sigma of Gaussian distribution (width)
Referenced by PosteriorErrorProbabilityModel::getGauss(), and PosteriorErrorProbabilityModel::getGumbel().
| double x0 |
parameter x0 of Gaussian distribution (center position)
Referenced by PosteriorErrorProbabilityModel::getGauss(), and PosteriorErrorProbabilityModel::getGumbel().
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |