Description Usage Arguments Value Author(s) References See Also Examples
Function to compute upper Clopper-Pearson confidence limits of failure probabilities on the basis of burn-in studies for each subset of a chip. Optionally, the required number of additional inspections for reaching a predefined target failure probability is returned.
1 | ci.syn(k, n, alpha = 0.1, p.target = 1, tol = 1e-10)
|
k |
vector of numbers of failures for each subset. |
n |
vector of numbers of inspections for each subset. |
alpha |
alpha-level (1-alpha confidence level, default: 0.1). |
p.target |
target failure probability (optional). |
tol |
tolerance of |
p.hat |
upper Clopper-Pearson confidence limit of the failure probability of the assembled devices. |
n.add |
required number of additional inspections of each subset for reaching |
Daniel Kurz, Horst Lewitschnig
Maintainer: Horst Lewitschnig horst.lewitschnig@infineon.com
D. Kurz, H. Lewitschnig and J. Pilz: Failure probability estimation under additional subsystem information with application to semiconductor burn-in. Resubmitted to: Journal of Applied Statistics, 2015.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.