Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

2.5.8.1 Tutorial for Distribution Overview (Right Censoring)

Distribution Overview takes your chosen model and draws its complete graphical profile by parametric or nonparametric analysis. It generates Probability Plot, Probability Density Funtion plot, Survival Plot, Hazard Plot, and key quantities, from which you can confirm that the fitted parameters tell a sensible story before moving on to formal predictions.


Engineers in a battery factory used Identify Distribution to scan 7 candidate distributions on the collected battery lifetime data, and arrived to a conclusion that while Loglogistic and Lognormal achieved the smallest Anderson-Darling values, Weibull also produced an acceptable fit with an AD value within the same competitive cluster. Considering reliability and industry adoption, engneers prefer Weibull for the post-precessing such as Parametric Distribution Analysis.

In this example, engneers choose Weibull as distribution and perform Distribution Overview to closely validate the model visually and physically across the full time domain.

Sample Data

Right click on the Reliability and Survival app icon Reliability and Survival icon.png and choose Show Sample Folder to open the sample project RSASample.opju. Go to sub-folder 1. Distribution Analysis (Right Censoring).

[Book1]Sheet1 shows a typical right-censored dataset.

Indentify Distribution Right Censoring Tutorial 00.png

Steps

  1. With [Book1]Sheet1 active, select Statistics: Survival Analysis: Reliability and Survival Analysis. In the opened panel, choose Distribution Analysis for Right Censoring block and click Distribution Overview icon.
    File:Distribution Overview Right Censoring Tutorial 01.png
  2. In the dialog that opens, specify the settings as follow:
    • On Input tab, select column A for Time. Make sure Define Censoring by is set to Censoring Columns. Select column B for Censoring Columns and 0 for Censoring Value, which means any row where Event = 0 represents a unit that was still functioning at the observed time.
      File:Distribution Overview Right Censoring Tutorial 02 Input.png
      Data Layout How your data are organized. If your data contains multiple groups (e.g., different types or conditions):
      • Multiple Columns: each group has its separate time & censoring column pair;
      • One Column with Grouping Variables: all groups are stacked in one pair of time & censoring columns, with a separate grouping column.

      The tool will process each group in sequence, and export all results in a single report.

      Time The column containing the observed lifetimes.
      Frequency (Optional) When multiple units share the same observed time, you can streamline data entry by providing a frequency column rather than repeating rows. Refer to this page for "repeating rows" vs. "frequency column".
      Analysis
      Parametric vs. Nonparametric
      • Parametric: select an identified Distribution to see its fitted curves and parameter-based predictions.
      • Nonparametric: not to assume any particular distribution. It will estimate survival probabilities directly from the data.
      Define Censoring by How to distinguish failure from right-censored observations.
      • Censoring Columns: an explicit indicator column flagging the status of each observation. The Censoring Value identifies which code means "still running". All other codes are treated as exact failure events.
      • Time when censoring begins (Type I): units in Time column that equal or exceed the Time Value is treated as censored at exactly that time.
      • Number of failures when censoring begins (Type II): monitoring continues until the Number of Failures have been observed. The rest are censored at that point.
    • On Options tab, make sure Maximum Likelihood is selected for Estimation Method. Leave other settings unchanged.
      File:Distribution Overview Right Censoring Tutorial 02 Options.png
      Estimation Method
      • When Parametric anallysis is selected on Input tab, choose the algorithm used to calculate the parameters (e.g., shape and scale for Weibull, location and scale for Normal) from your data. Refer to this page for algorithm of 2 methods.
      • Maximum Likelihood (MLE): recommended for moderate to large samples (>30), or data with heavy censoring.
      • Least Squares (Rank Regression): more stable for very small samples (<15). Computes parameters by fitting the reference line directly on the probability plot.
      • When Nonparametric analysis is selected on Input tab,
      • Kaplan-Meier: Computes survival probability at each exact failure time. Use this when you have precise failure times and want the most detailed, step-by-step survival curve.
      • Actuarial: Groups data into time intervals (by Interval End and Interval Width) and computes survival probability at each interval boundary. Use this when your data are already grouped, or when you have so many failure times that a step-for-step KM curve becomes unreadable.
      Graph Settings
      • Multiple Columns: If your data contains multiple time&event pairs, you can choose whether to plot all pairs Overlay on Same Graph, or in Separate Graphs.
      • X Scale: If you want to inspect a specific time window closely, e.g., early-life behavior, set From and To to zoom in to that time interval for all output plots.
        Note: this setting does not change the underlying calculation; it only adjusts the display window.
    • Click OK button to generate report sheets.