Remaining Useful Life EstimationRemaining Useful Life Estimation122

Remaining Useful Life Estimation [/rɪˈmeɪnɪŋ ˈjusfəl ˈlaɪf ˌɛstəˈmeɪʃən/] n - Remaining useful life is the span expected before a component fails, or declines below an acceptable threshold. It is the figure that maintenance and reliability engineering require, so that replacements may be scheduled in foresight rather than in haste. The mathematics draws upon survival analysis, time series, and Bayesian updating.

Of Survival and the Weibull Model

The survival function gives the probability that a unit still serves at time :

The Weibull distribution, with shape and scale , is the standard model for the suppleness of its hazard: gives a falling failure rate (infant mortality), a constant rate (chance failures), and a rising rate (wear-out). Most mechanical things in a data center dwell in the wear-out regime.

The parameters are estimated by maximum likelihood from the annals of past failures; even a modest fleet of fifty units with ten years of records furnishes data enough.

The remaining useful life at the present age is:

Of Degradation, Measured by Condition

For components that betray a measurable decline (battery capacity, bearing vibration, compressor efficiency) a degradation-path model is surer than one built on time alone.

A common form is the linear model with random effects:

where is the degradation signal and , are random effects proper to that one unit, estimated from its own history. Failure comes when crosses a threshold .

The time to failure is the first crossing of :

Given the measurements gathered to time , the distribution of the remaining life is reckoned from the posterior distribution of the path’s parameters. This is a direct application of Bayesian Updating for Beliefs: the prior upon the parameters is updated as observations accrue, and the posterior yields the RUL distribution.

Of Joining Many Signals

True equipment gives off many signals of decline: temperature, vibration, current draw, the chemistry of its oil. To join them into a single index of health betters the estimate.

One road is a multivariate regression:

where each is a normalized, detrended form of signal and a weight learned from past failures. The health index then stands in place of the several signals within the degradation model.

A more principled road uses the latent structure: a state-space model whose hidden state is the true condition and whose observations are the many signals, the very framework of State Space Models and the Kalman Filter. The Kalman filter fuses the signals into one smooth estimate of health.

Of Speaking the Uncertainty

An RUL estimate without its bounds deceives. The distribution of remaining life should be reported, at the least the 10th, 50th, and 90th percentiles. An operator who must order parts a fortnight ahead needs to know the P10 RUL is three weeks, not merely that the median is six.

Bayesian credible intervals furnish a coherent frame for this. As observations arrive the interval narrows; a unit running below its expected curve earns a lower and tighter estimate, one running above, a longer.

See Predictive Maintenance for CRAC and CRAH Units, Predictive Generator Maintenance, and UPS and Battery State Prediction for how this frame is fitted to particular machines in a data center.