OpenMS
GumbelDistributionFitter::GumbelDistributionFitResult Struct Reference

struct to represent the parameters of a gumbel distribution More...

#include <OpenMS/MATH/STATISTICS/GumbelDistributionFitter.h>

Collaboration diagram for GumbelDistributionFitter::GumbelDistributionFitResult:
[legend]

Public Member Functions

 GumbelDistributionFitResult (double local_a=1.0, double local_b=2.0)
 
double eval (double x) const
 
double log_eval_no_normalize (double x) const
 

Public Attributes

double a
 location parameter a More...
 
double b
 scale parameter b More...
 

Detailed Description

struct to represent the parameters of a gumbel distribution

Constructor & Destructor Documentation

◆ GumbelDistributionFitResult()

GumbelDistributionFitResult ( double  local_a = 1.0,
double  local_b = 2.0 
)
inline

Member Function Documentation

◆ eval()

double eval ( double  x) const

◆ log_eval_no_normalize()

double log_eval_no_normalize ( double  x) const

Member Data Documentation

◆ a

double a

location parameter a

◆ b

double b

scale parameter b