OpenMS
GumbelMaxLikelihoodFitter::GumbelDistributionFitResult Struct Reference

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

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

Collaboration diagram for GumbelMaxLikelihoodFitter::GumbelDistributionFitResult:
[legend]

Public Member Functions

 GumbelDistributionFitResult (double local_a, double local_b)
 
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,
double  local_b 
)
inline

Member Function Documentation

◆ 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