3#include <boost/math/distributions/lognormal.hpp>
17 return boost::math::cdf(distribution, time);
20template<
typename ValueType>
22 STORM_LOG_THROW(
false, storm::exceptions::NotSupportedException,
"Computing cumulative failure probability not supported for this data type.");
BE with log-normal failure distribution.
ValueType const & mean() const
Return mean value parameter.
ValueType getUnreliability(ValueType time) const override
Return the unreliability of the BE up to the given time point.
ValueType const & standardDeviation() const
Return standard deviation parameter.
#define STORM_LOG_THROW(cond, exception, message)