OpenMS  2.4.0
Public Member Functions | Public Attributes | List of all members
GumbelDistributionFitter::GumbelDistributionFitResult Struct Reference

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

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

Public Member Functions

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

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 Data Documentation

◆ a

double a

location parameter a

◆ b

double b

scale parameter b