mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
The Weibull distribution. More...
The Weibull distribution.
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... | |