mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
weibull.hpp File Reference

The Weibull distribution. More...

The Weibull distribution.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file weibull.hpp.

Go to the source code of this file.

Namespaces

 mx
 The mxlib c++ namespace.
 

Functions

template<typename realT >
realT mx::math::func::weibull_lambda (std::vector< realT > &x, realT k, realT x0=0)
 The MLE of the Weibull distribution lambda parameter. More...
 
template<typename realT >
realT mx::math::func::weibull (realT x, realT x0, realT k, realT lambda)
 The general shifted Weibull distribution at a point. More...
 
template<typename realT >
realT mx::math::func::weibull (realT x, realT k, realT lambda)
 The Weibull distribution at a point. More...