Resources

Analysis of Inspection Errors in Sampling

 /****************************************************************/
 /*          S A S   S A M P L E   L I B R A R Y                 */
 /*                                                              */
 /*    NAME: INSPTERR                                            */
 /*   TITLE: Analysis of Inspection Errors in Sampling           */
 /* PRODUCT: QC                                                  */
 /*  SYSTEM: ALL                                                 */
 /*    KEYS: Inspection Sampling,                                */
 /*   PROCS:                                                     */
 /*    DATA:                                                     */
 /*                                                              */
 /*    MISC:                                                     */
 /*                                                              */
 /*   NOTES: The purpose of this file is to provide a list of    */
 /*          all SAS/QC Sample Library programs that analyze the */
 /*          effect of inspection errors in attribute sampling   */
 /*          following the models described by Johnson et al.    */
 /*          (1991).  Chapter numbers given below refer to this  */
 /*          reference, and additional references are provided   */
 /*          in the individual sample programs.                  */
 /*                                                              */
 /*                                                              */
 /*          File            Description                         */
 /*          ------------    ----------------------------------  */
 /*                                                              */
 /*          iedistz1.sas    Distribution of Z (apparent number  */
 /*                          of defectives in single-lot samp-   */
 /*                          ling) under imperfect inspection    */
 /*                          when the lot size is finite.        */
 /*                          (Chapter 2)                         */
 /*                                                              */
 /*          iedistz2.sas    Distribution of Z under imperfect   */
 /*                          inspection when the lot size        */
 /*                          approaches infinity.  (Chapter 2)   */
 /*                                                              */
 /*          iedouble.sas    Acceptance probabilities for double */
 /*                          sampling under inspection error,    */
 /*                          assuming finite lot size.           */
 /*                          (Chapter 4)                         */
 /*                                                              */
 /*          ielink.sas      Acceptance probabilities for link   */
 /*                          sampling procedure.  (Chapter 4)    */
 /*                                                              */
 /*          ieplink.sas     Acceptance probabilities for par-   */
 /*                          tial link sampling procedure.       */
 /*                          (Chapter 4)                         */
 /*                                                              */
 /*          iedorf1.sas     PC(C) and EPR for simple Dorfman    */
 /*                          screening (finite lot)              */
 /*                          (Chapter 6)                         */
 /*                                                              */
 /*          iedorf1b.sas    PC(C) and EPR for simple Dorfman    */
 /*                          screening (infinite lot)            */
 /*                          (Chapter 6)                         */
 /*                                                              */
 /*          iedorf2.sas     PC(C), PC(NC), and EPR for two-     */
 /*                          stage Dorfman screening (infinite   */
 /*                          lot)                                */
 /*                          (Chapter 6)                         */
 /*                                                              */
 /*          iedorf3.sas     PC(C), PC(NC), and EPR for three-   */
 /*                          stage Dorfman screening (infinite   */
 /*                          lot)                                */
 /*                          (Chapter 6)                         */
 /*                                                              */
 /*          ieds1en.sas     1En|y for One-Stage Dorfman-        */
 /*                          Sterrett Procedure                  */
 /*                          (Chapter 7)                         */
 /*                                                              */
 /*          ieds2en.sas     2En|y for Two-Stage Dorfman-        */
 /*                          Sterrett Procedure                  */
 /*                          (Chapter 7)                         */
 /*                                                              */
 /*          ieds1nc.sas     1PC(NC)n|y for One-Stage Dorfman-   */
 /*                          Sterrett Procedure                  */
 /*                          (Chapter 7)                         */
 /*                                                              */
 /*          ieds2nc.sas     2PC(NC)n|y for Two-Stage Dorfman-   */
 /*                          Sterrett Procedure                  */
 /*                          (Chapter 7)                         */
 /*                                                              */
 /*          ieds1c.sas      1PC(C)n|y for One-Stage Dorfman-    */
 /*                          Sterrett Procedure                  */
 /*                          (Chapter 7)                         */
 /*                                                              */
 /*          ieds2c.sas      2PC(C)n|y for Two-Stage Dorfman-    */
 /*                          Sterrett Procedure                  */
 /*                          (Chapter 7)                         */
 /*                                                              */
 /*          iecurt1.sas     Expected number of tests for        */
 /*                          curtailed group testing (finite     */
 /*                          lot)                                */
 /*                          (Chapter 8)                         */
 /*                                                              */
 /*          iecurt1b.sas    Expected number of tests for        */
 /*                          curtailed group testing (infinite   */
 /*                          lot)                                */
 /*                          (Chapter 8)                         */
 /*                                                              */
 /*          iecurt2.sas     PC(NC) for curtailed group testing  */
 /*                          (finite lot)                        */
 /*                          (Chapter 8)                         */
 /*                                                              */
 /*          iecurt2b.sas    PC(NC) for curtailed group testing  */
 /*                          (infinite lot)                      */
 /*                          (Chapter 8)                         */
 /*                                                              */
 /*          iecurt3.sas     PC(C) for curtailed group testing   */
 /*                          (finite lot)                        */
 /*                          (Chapter 8)                         */
 /*                                                              */
 /*          iecurt3b.sas    PC(C) for curtailed group testing   */
 /*                          (infinite lot)                      */
 /*                          (Chapter 8)                         */
 /*                                                              */
 /*          iegraff.sas     EPR, PC(C), and PC(NC) for Graff-   */
 /*                          Roeloffs' modification of the       */
 /*                          Dorfman procedure                   */
 /*                          (Chapter 9)                         */
 /*                                                              */
 /*                                                              */
 /*     REF: Johnson, N. L., Kotz, S., and Wu, X. (1991).        */
 /*          Inspection Errors for Attributes in Quality         */
 /*          Control.  London:  Chapman & Hall.  See Appendix A. */
 /*                                                              */
 /*                                                              */
 /*                                                              */
 /****************************************************************/