The following R code fits a Finite Mixture Fatigue Limit Model to fatigue data. The fatigue data may contain right, left, and interval censored observations. These censored observations are also referred to as runouts.
The Finite Mixture Fatigue Limit Model is fitted by using the Expectation-Maximization (EM) algorithm. The fitted model assumes that the fatigue observations follow either a Weibull, lognormal, or Gaussian distribution.
Continue reading R code for fitting a finite mixture model to fatigue data