Life Testing¶
This section develops statistical methods around estimtating distribution of variables indicating the lifetime of a particular object. For instance, if the lifetime has an exponential distribution, we utilise the sample to obtain the parameters of the exponential distribution.
Let \(X\) be a continuous random variable denoting lifetime of an item, having cumulative distribution \(F\) and density function \(f\), then
\(\lambda(t)\) denotes the conditional probability that an item of age t will fail in the next moment.
For exponential distribution, \(\lambda(t) = (\lambda e^{-\lambda x})/e^{-\lambda x} = \lambda\) because of the memoryless propoerty.
Hazard function uniquely determines the cumulative distribution \(F\)
Exponential Distribution: Stopping at rth failure¶
Suppose we have \(n\) items with exponentially distributed lifetime with unknown parameter and we wish to estimate the mean \(\theta (note \lambda = 1/\theta)\). We observe the items until \(r\) failures and try to estimate \(\theta\). Let \(X_{i}\) denote the lifetime of the \(i^{th}\) item with the following notation
i.e., \(X_{i_{j}} = x_{j}\). Then the joint likelihood becomes
where we note that for \(n-r\) items, the lifetime is known only to be more than \(x_{r}\) and thus we use the cumulative probability of lifetime \(> x_{r}\) in the likelihood equation. We can replace the values with random variables in above equations.
\(\tau\) is the total time on test, i.e. the total time of survival of each item for the duration the test ran (\(X_{r}\)). Now, we can rewrite \(\tau\) using the differences between consecutive times of failures. Note than all items survive for \(X_{1}\) time, \(n-1\) items survive for at least \(X_{2} - X_{1}\) time, and so on till \(n-r+1\) items survive for additional \(X_{r} - X_{r-1}\) time. Thus,
and from answer, we know that \(X_{1}\) is exponential with mean \(\theta/n\) and thus, \(nX_{1}\) has mean \(\theta\). By memoryless property, \(X_{2} - X_{1}\) is also exponential with mean \(\theta/(n-1)\) and so \((n-1)(X_{2} - X_{1})\) has mean \(\theta\). Thus, \(\tau\) is the sum of independent exponential variables and is a Gamma distribution with parameters \((r, 1/\theta)\). Since Gamma distribution is related to a \(\chi^{2}\) distribution (see here)