ant
A2 ant: class-based analysis framework
ant::calibration::functions::weibull Struct Reference

Weibull density function. More...

#include <BaseFunctions.h>

Static Public Member Functions

static double fct (double *x, double *p)
 
static TF1 * getTF1 ()
 

Detailed Description

Weibull density function.

f(x)= \,k\,( \,x)^{{k-1}}{ {e}}^{{-( \,x)^{k}}} is the inverse scale parameter and k is the shape parameter Only defined for x >= 0 as well as > 0 and k > 0

Member Function Documentation

◆ fct()

double weibull::fct ( double *  x,
double *  p 
)
static

◆ getTF1()

TF1 * weibull::getTF1 ( )
static

The documentation for this struct was generated from the following files: