View source: R/sampling_plans.R
| sampling_plan_weibull | R Documentation |
Reliability Acceptance Sampling Plan for Weibull Distribution (10.5.2)
sampling_plan_weibull(
n,
T_star,
r,
beta_shape,
alpha = 0.05,
beta = 0.1,
theta0,
theta1
)
n |
Sample size. |
T_star |
Termination time. |
r |
Minimum failure limit. |
beta_shape |
Known shape parameter of Weibull distribution. |
alpha |
Producer's risk. |
beta |
Consumer's risk. |
theta0 |
AQL scale parameter. |
theta1 |
RQL scale parameter. |
S3 object of class sampling_plan.
sampling_plan_weibull(
n = 25, T_star = 1.5, r = 12, beta_shape = 1.5,
alpha = 0.05, beta = 0.10, theta0 = 3.0, theta1 = 1.0
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.