Hi SAS community
We have a set of data 12 censored interval data points: (0-30, 0-30, 0-30s, 0-30, 0-30, 0-30, 0-30, 0-30, 0-30, 0-30, 89-119, 97-127)minutes. The data points indicates the time interval in which a failure of our product was observed. We want to calculate the time at which 90% of our products are failed (target is below 600minutes). Usually we use the life distribution menu to fit a model to our censored data. We choose the best fitted distribution and use custom estimation to calculate the confidence interval for the failure probability of 0.90. Normally it works perfectly fine because the censored data intervals are more spread, but this dataset does not allow for a good fitted distribution. Hence we get a very wide 95% confidence interval for 0.90 failure probability. Any suggestion on how to get around this?