SeqDesignBinomial: Create a sequential sampling plan

Description Usage Arguments Author(s)

View source: R/Sequential.R

Description

Selects the appropriate sequential sampling plan from the given inputs. The only distribution that has been used in functions thus far is the binomial, but further development is expected.

Usage

1
SeqDesignBinomial(N = NULL, AQL, alpha, LQL, beta, Plots = TRUE)

Arguments

N

the lot size, ignored for the design of the plan unless the underlying distribution is hypergeometric

AQL

Acceptable quality level

alpha

producer's risk

LQL

Limiting quality level

beta

consumers' risk

Plots

logical stating if the sequential chart should be plotted

Author(s)

Raj Govindaraju and Jonathan Godfrey


Dodge documentation built on May 2, 2019, 9:42 a.m.