pp {PPQplan}R Documentation

Probability of Passing General Upper and/or Lower Specification Limit

Description

The function for calculating the probability of passing a general upper and/or lower boundary.

Usage

pp(Llim, Ulim, mu, sigma, n)

Arguments

Llim

lower specification limit

Ulim

upper specification limit

mu

hypothetical mean of the attribute

sigma

hypothetical standard deviation of the attribute

n

sample size (number of locations)

Value

A numeric value of the passing/acceptance probability

Author(s)

Yalin Zhu

See Also

rl_pp and PPQ_pp.


[Package PPQplan version 1.1.0 Index]