OpenMS
GammaDistributionFitter::GammaDistributionFitResult Struct Reference

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

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

Collaboration diagram for GammaDistributionFitter::GammaDistributionFitResult:
[legend]

Public Member Functions

 GammaDistributionFitResult (double bIn, double pIn)
 

Public Attributes

double b
 parameter b of the gamma distribution More...
 
double p
 parameter p of the gamma distribution More...
 

Detailed Description

struct to represent the parameters of a gamma distribution

Constructor & Destructor Documentation

◆ GammaDistributionFitResult()

GammaDistributionFitResult ( double  bIn,
double  pIn 
)
inline

Member Data Documentation

◆ b

double b

parameter b of the gamma distribution

◆ p

double p

parameter p of the gamma distribution