Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Functions

Introduction


SAS/QC software provides specialized DATA step functions for computations related to control chart analysis, for Bayes analysis of screening designs, and for sampling plan evaluation. You can use these functions in DATA step programming statements. The following lists summarize these functions:

Table C.1: Functions for Control Chart Analysis
Function Description
C4expected value c4 of the standard deviation of a sample from a normal population with unit standard deviation
CUSUMARLaverage run length for a cumulative sum control chart scheme
D2expected value d2 of the range of a sample from a normal population with unit standard deviation
D3standard deviation d3 of the range of a sample from a normal population with unit standard deviation
EWMAARLaverage run length for an EWMA scheme
PROBMEDcumulative distribution function of sample median
STDMEDstandard deviation of median of a standard normal sample

Table C.2: Function for Bayes Analysis of Screening Designs
Function Description
BAYESACTposterior probabilities of variance contamination

Table C.3: Functions for Sampling Plan Evaluation
Function Description
AOQ2average outgoing quality for double-sampling plan
ASN2average sample number for double-sampling plan
ATI2average total inspection for double-sampling plan
PROBACC2acceptance probability for double-sampling plan

In addition, the PROBBNML and PROBHYPR functions, which are provided in base SAS software, are useful when evaluating single-sampling plans.

The twelve SAS/QC functions, together with the PROBBNML and PROBHYPR functions, are described in the next section, "Function Descriptions." The "Details" section, summarizes types of sampling plans and gives additional definitions.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.