Learn R Programming

degradr (version 1.0.1)

filter_test: Test data for filter degradation and RUL prediction

Description

Test data from a real-world degradation process involving the clogging of gas filters. The dataset includes right-censored lifetimes due to a preventive maintenance policy. Failure is defined when pressure differential exceeds 600 Pa.

Usage

data(filter_test)

Arguments

Format

A data frame with 50 degradation trajectories. Variables include:

Time

Time

Differential_pressure

Differential pressure across the filter in Pascal (Pa).

Data_No

Unique identifier for each filter test unit. Integer from 1 to 50.

RUL

Remaining Useful Life in hours. Represents the time left until failure (threshold = 600 Pa).

References

See full description in the dataset repository on Kaggle by "Prognostics @ HSE".