12double MTTFHelperProceeding(std::shared_ptr<storm::dft::storage::DFT<double>>
const dft,
double const stepsize = 1e-10,
double const precision = 1e-12);
19double MTTFHelperVariableChange(std::shared_ptr<storm::dft::storage::DFT<double>>
const dft,
double const stepsize = 1e-6);
double MTTFHelperVariableChange(std::shared_ptr< storm::dft::storage::DFT< double > > const dft, double const stepsize)
Tries to numerically approximate the mttf of the given dft by integrating 1 - cdf(dft) by changing th...
double MTTFHelperProceeding(std::shared_ptr< storm::dft::storage::DFT< double > > const dft, double const stepsize, double const precision)
Tries to numerically approximate the mttf of the given dft by integrating 1 - cdf(dft) with Simpson's...