if (sampleform.getBreakpoint() > 0f) {
presentLife = sampleform.getPresent() - sampleform.getBreakpoint();
} else {
presentLife = sampleform.getPresent();
}
CalculationSet _CalculationSet = new CalculationSet();
double normalHazardRate = _CalculationSet.numericalCalculation(
(presentLife / 8760d), samplebean.getFigNormExptMttf(),
samplebean.getFigNormStdMttf());
normalHazardRate = normalHazardRate / sampleform.getTd();
sampleform.setHazardRate(normalHazardRate);
}