The woehler module overview
A module for Wöhler curve fatigue data analysis
Overview
FatigueData is a signal accessor class to handle fatigue data from a
Wöhler test. They can be analyzed by several analyzers according to your choice
Elementaryonly treats the finite zone of the fatigue data and calculates the slope and the scatter in lifetime direction. It is the base class for all other analyzersProbitcalculates parameters not calculated byElementaryusing the Probit method.MaxLikeInfcalculates parameters not calculated byElementaryusing the maximum likelihood method.MaxLikeFullcalculates all parameters using the maximum likelihood method. The result fromElementaryis used as start values.