exp_prst | R Documentation |
exp_prst
returns parameters defining a PRST for the exponential distribution as developed by Abraham Wald.
exp_prst(mtbf0, mtbfa, alpha = 0.1, beta = 0.1)
mtbf0 |
The minimum acceptable MTBF. |
mtbfa |
A value of MTBF greater than |
alpha |
The producer's risk of rejecting equipment with MTBF > MTBFA (the probility of rejecting good equipment). Default = 0.10. |
beta |
The consumer's risk of accepting equipment with MTBF < MTBF0. (the probility of accepting bad equipment). Default = 0.10. |
The output will return r
= the number of failures at which
the test terminated, T
= the time at which the test is terminated,
a
= y-intercept for the accept time, b
= slope of the accept
and reject lines, c
= y-intercept of the reject line, df
=
a data.frame
giving the number of failures and the associated time
times at which the test is terminated and the equipment accepted or rejected,
as well as some text which outputs the form of the accept/reject lines, and
the accept/reject times.
Mil-Hdbk-781A
Wald, Abraham. Sequential Analysis. John Wiley & Sons, 1947.
Brazovsky, Igor. Reliability Theory and Practice. Prentice Hall, 1961.
exp_reliability_req
, exp_test_duration
,
exp_test_demo
, exp_prst_plot
exp_prst(mtbf0=100, mtbfa=200, alpha=.1, beta=.1)
exp_prst(mtbf0=100, mtbfa=200, alpha=.2, beta=.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.