View source: R/sampling_plans.R
| sampling_plan_exponential | R Documentation |
Reliability Acceptance Sampling Plan for Exponential Distribution (10.5.1)
sampling_plan_exponential(
n,
T_star,
r,
alpha = 0.05,
beta = 0.1,
theta0,
theta1
)
n |
Sample size placed on test. |
T_star |
Fixed test termination time. |
r |
Required failure limit. |
alpha |
Producer's risk. |
beta |
Consumer's risk. |
theta0 |
Acceptable quality level (AQL) mean lifetime. |
theta1 |
Rejectable quality level (RQL) mean lifetime. |
S3 object of class sampling_plan with acceptance constant c, operating characteristic (OC) values, and decision rule.
sampling_plan_exponential(
n = 20, T_star = 1.0, r = 10,
alpha = 0.05, beta = 0.10,
theta0 = 2.0, theta1 = 0.8
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.