|
OpenMS
2.5.0
|
Go to the documentation of this file.
77 double eval(
double x)
const;
78 double log_eval_no_normalize(
double x)
const ;
Implements a fitter for the Gumbel distribution.
Definition: GumbelDistributionFitter.h:59
double b
scale parameter b
Definition: GumbelDistributionFitter.h:75
GumbelDistributionFitResult init_param_
Definition: GumbelDistributionFitter.h:111
GumbelDistributionFitResult(double local_a=1.0, double local_b=2.0)
Definition: GumbelDistributionFitter.h:66
struct to represent the parameters of a gumbel distribution
Definition: GumbelDistributionFitter.h:64
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double a
location parameter a
Definition: GumbelDistributionFitter.h:73