수명 데이터 분석
수명 데이터 분석에서 관심 있는 결과는 이벤트가 발생할 때까지의 시간입니다. 일반적인 이벤트 발생 시간의 예는 다음과 같습니다.
보건과학 분야의 경우 감염, 질병의 재발 또는 회복까지의 시간
경제학 분야의 경우 실업 또는 경기 침체의 기간
공학 분야의 경우 기계 부품 고장까지의 시간 또는 전구의 수명
생존 분석은 특정 범위의 categorical형 또는 categorical형이 아닌 예측 변수 값에 대한 이벤트 발생 시간 정보가 포함된 데이터 세트(예: 다양한 연령의 흡연자 또는 비흡연자 환자의 병원 재입원 횟수)에 적합한 통계적 기법입니다. 많은 경우에 데이터가 일부 중도절단되는데, 이는 연구 시작 전에 이벤트가 발생했거나 아직 이벤트가 발생하지 않았거나 유한 구간 내의 이벤트 시간만 알려져 있음을 의미합니다.
가속 수명 분석은 정상 동작 조건에서 고장 수명 데이터를 직접 얻을 수 없을 때 산업 컴포넌트의 수명을 예측하는 방법을 제공합니다. 예를 들어, 전구의 평균 수명이 실험 연구를 수행할 수 있는 현실적인 기간보다 훨씬 길 수 있습니다. 컴포넌트가 비정상적 Stressor 레벨(예: 높거나 낮은 주변 온도 또는 습도)에 노출될 때의 고장 시간 데이터를 수집함으로써, 컴포넌트의 수명 특성을 모델링하고 정상 동작 조건에서의 값(예: 고장율 및 평균 고장 시간)을 확인할 수 있습니다.
생존 분석을 수행하려면 다음과 같이 합니다.
가속 수명 분석을 수행하려면 다음을 수행하십시오.
fitacclife함수로AcceleratedLifeModel객체를 생성하여 데이터에 모델을 피팅합니다. 이 함수를 사용하면 데이터에 가장 적합한 수명 스트레스 모델 유형과 수명 분포 유형을 지정할 수 있습니다.이 페이지에서 가속 수명 분석에 나열된 방법 중 하나 이상을 사용하여, 특정 Stressor 레벨에서 평균 고장 시간, 분포 함수, 고장 확률을 계산하고 플롯을 생성합니다.
함수
객체
CoxModel | Cox proportional hazards model |
AcceleratedLifeModel | Accelerated life model for lifetime analysis (R2026a 이후) |
도움말 항목
- What Is Survival Analysis?
Learn about censoring, survival data, and the survivor and hazard functions.
- Survivor Functions for Two Groups
Find the empirical survivor functions and the parametric survivor functions using the Burr type XII distribution fit on data for two groups.
- Hazard and Survivor Functions for Different Groups
Estimate and plot the cumulative hazard and survivor functions for different groups.
- Kaplan-Meier Method
Estimate the empirical hazard, survivor, and cumulative distribution functions.
- Cox Proportional Hazards Model
Adjust survival rate estimates to quantify the effect of predictor variables.
- Cox Proportional Hazards Model Object
Create data for a Cox model with three stratification levels, then fit and analyze the resulting model.
- Cox Proportional Hazards Model for Censored Data
Create a Cox proportional hazards model, and assess the significance of the predictor variables.
- Cox Proportional Hazards Model with Time-Dependent Covariates
Convert survival data to counting process form, and then construct a Cox proportional hazards model with time-dependent covariates.
- Analyzing Survival or Reliability Data
Analyze lifetime data with censoring by modeling the time to failure of a throttle from an automobile fuel injection system.
- What Is Accelerated Life Analysis?
Learn about accelerated life testing, censoring, life distributions, and life stress models.
- Perform Accelerated Life Model Analysis
Perform an accelerated life analysis on failure time data of a machine part that is operated at six different temperatures.