45template <
typename realT>
55 for(
int i = 0;
i < n; ++
i )
56 lambda +=
pow( x[
i] - x0, k );
60 return pow( lambda, 1.0 / k );
79template <
typename realT>
89 realT
rat = ( x - x0 ) / lambda;
112template <
typename realT>
118 return weibull( x,
static_cast<realT
>( 0 ), k, lambda );
realT weibull_lambda(std::vector< realT > &x, realT k, realT x0=0)
The MLE of the Weibull distribution lambda parameter.
realT weibull(realT x, realT x0, realT k, realT lambda)
The general shifted Weibull distribution at a point.
constexpr floatT six_fifths()
Return 6/5 in the specified precision.