home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…e: Engineering & Science / Explore_the_World_of_Software_Engineering_and_Science_HRS_Software_1998.iso / programs / statistc / ocvs9402.exe / OCINTRVL.DOC < prev    next >
Text File  |  1994-02-01  |  29KB  |  518 lines

  1.  
  2.  
  3.  
  4.            ┌───────────────────────────────────────────────────────────┐
  5.            │           OCINTRVL.EXE................ver.9402            │
  6.            ├───────────────────────────────────────────────────────────┤
  7.            │             A MS-DOS Software System for...               │
  8.            │                                                           │
  9.            │  *** Simulation of the Operating Characteristic Curve *** │
  10.            │        for 1-, 2- or 3-Stage Acceptance Sampling          │
  11.            │            Defined by Intervals of the Form               │
  12.            │      <<< Sample Mean +/- K * Standard Deviation >>>       │
  13.            │        (when Sampling from a Normal Distribution)         │
  14.            ├───────────────────────────────────────────────────────────┤
  15.            │           A Quality Assurance Training Tool:              │
  16.            │    Statistics Committee of the QA Section of the PMA      │
  17.            │                                                           │
  18.            │      Bob Obenchain, CompuServe User [72007,467]           │
  19.            └───────────────────────────────────────────────────────────┘
  20.  
  21.                              *** TABLE of CONTENTS ***
  22.  
  23.        Introduction to use of Xbar+/-K*S Intervals in Acceptance Sampling. . 1
  24.        Single-Stage Normal-Theory Plans. . . . . . . . . . . . . . . . . . . 4
  25.        Normal-Theory Tolerance Intervals . . . . . . . . . . . . . . . . . . 5
  26.        Strategy for Use of OCintrvl. . . . . . . . . . . . . . . . . . . . . 6
  27.        Responding to OCintrvl Prompts. . . . . . . . . . . . . . . . . . . . 7
  28.        Numerical Example: IQL approximately 0.005. . . . . . . . . . . . . . 8
  29.        REFERENCES  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10
  30.        OCintrvl Software Update History. . . . . . . . . . . . . . . . . . .10
  31.  
  32.                                 ┌─────────────────┐
  33.                                 │   INTRODUCTION  │
  34.                                 └─────────────────┘
  35.  
  36.        A "normal" distribution is commonly characterized as "a Bell-Shaped
  37.        Curve" with...
  38.  
  39.        68.27% of its total area inside +/-1 standard deviation  of the mean,
  40.        95.45% of its total area inside +/-2 standard deviations of the mean, &
  41.        99.73% of its total area inside +/-3 standard deviations of the mean.
  42.  
  43.                                        ▄ █ ▄
  44.                                      ▄ █ █ █ ▄
  45.                                    ▄ █ █ █ █ █ ▄
  46.                                  ▄ █ █ █ █ █ █ █ ▄
  47.                                  █ █ █ █ █ █ █ █ █
  48.                                █ █ █ █ █ █ █ █ █ █ █
  49.                          _ ▄ █ █ █ █ █ █ █ █ █ █ █ █ █ ▄ _
  50.                       -3    -2    -1     0     1     2     3
  51.                        │     │  Standard Deviations  │     │
  52.                        │     │     │<──68.27%─>│     │     │
  53.                        │     │<────────95.45%───────>│     │
  54.                        │<──────────────99.73%─────────────>│
  55.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 2 of 10
  56.  
  57.  
  58.  
  59.        But the above "theoretical" statements describe only the situation
  60.        where intervals are formed using the "true" mean and "true" standard
  61.        error of the normal distribution.  In actual practice, one rarely
  62.        knows the true mean and variance of the distribution that one is
  63.        sampling from, let alone that one's distribution is truly normal.
  64.  
  65.        Instead, one usually collects data to estimate the mean and variance.
  66.        From a random sample of N items, the sample mean is then defined as
  67.        Xbar = Sum of the X values divided by N.  Similarly, the sample
  68.        variance is defined by S-squared = Sum of squared deviations of the Xs
  69.        from Xbar divided by (N-1); the sample standard deviation is S =
  70.        square-root of S-squared.
  71.  
  72.        What, then, should one expect in the following sort of situation?
  73.  
  74.            Suppose one takes a random sample of N items from a batch and
  75.            measures a characteristic, X, on each item ...where the
  76.            specification limits on X are [ LS <= X <= US ].  Furthermore,
  77.            suppose that one's Acceptance Sampling rule is of the form:
  78.  
  79.              ==========================================================
  80.              Accept Lot at Sampling Stage M if and only if the interval
  81.              [Xbar-KL*S,Xbar+KU*S] falls entirely within specification
  82.              limits, [LS,US].
  83.              ======================================================
  84.  
  85.            Note: Xbar and S at stage M are computed using all measurements
  86.            from stages 1 to M, and the K for each stage is a fixed constant
  87.            that may depend upon, say, the total sample size, N[1]+...+N[M],
  88.            accumulated through stage M and/or the K's from other stages.
  89.  
  90.            KL and KU above are positive constants.  Default K-factor values
  91.            are KL=KU at each stage; an "asymmetrical" plan results when KL
  92.            and KU differ at one (or more) stages of the sampling.
  93.  
  94.        OCintrvl.EXE then uses Monte-Carlo simulation to answer the question...
  95.  
  96.         ┌─────────────────────────────────────────────────────────────────────┐
  97.         │  What would be the probability of lot acceptance in 1-, 2- or       │
  98.         │  3-stage sampling plans using Xbar+/-K*S intervals, assuming that   │
  99.         │  all observations are statistically independent and identically,    │
  100.         │  normally distributed?                                              │
  101.         └─────────────────────────────────────────────────────────────────────┘
  102.  
  103.        OCintrvl.EXE uses "state-of-the-art" techniques to generate pseudo-
  104.        random variates that are (as closely as possible) truly independent
  105.        and normally distributed with mean zero and variance one.  Note that,
  106.        if the true process mean is µ and true process standard deviation is
  107.        σ, then the Z-scores for the upper and lower process specification
  108.        limits, US and LS, would be
  109.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 3 of 10
  110.  
  111.  
  112.  
  113.                               US - µ                     LS - µ
  114.                     ZU  =   ──────────   and   ZL  =   ──────────  .
  115.                                  σ                          σ
  116.  
  117.        Specification limits need to be expressed as Z-scores to allow
  118.        OCintrvl to simulate all possibilities and yet actually use only the
  119.        mean=0 and variance=1 choice of scaling.  Furthermore, OCintrvl treats
  120.        only the following six levels of true process capability...
  121.  
  122.          Capability                              One-Tailed     Two-Tailed
  123.            Level       Fraction      Process      Z Score        Z Scores
  124.           "name"     Nonconforming    YIELD      [-7.5, ZU ]    [ ZL, ZU ]
  125.          ==========  =============  ==========   ==========   ==============
  126.  
  127.          "6 Sigma"     0.0000034     99.99966%     4.500       -4.645,+4.645
  128.                        0.0005        99.95%        3.291       -3.480,+3.480
  129.          "3 Sigma"     0.005         99.5%         2.576       -2.807,+2.807
  130.                        0.01          99%           2.326       -2.576,+2.576
  131.          "2 Sigma"     0.05          95%           1.645       -1.960,+1.960
  132.                        0.10          90%           1.281       -1.645,+1.645
  133.  
  134.        NOTES: One-Tailed limits of the form [-ZU,+7.5] would give the exact
  135.               same results as the [-7.5,+ZU] limits that are simulated.  And
  136.               the chances of a normal (mean=0,variance=1) random variable
  137.               being greater than +7.5 or less than -7.5 are less than 1 chance
  138.               in a billion.
  139.  
  140.               Technically, Motorola "6 Sigma" capability actually requires
  141.               that the specification range, US-LS, be 12*σ in length.  But
  142.               the process mean is allowed to vary from the spec centerpoint,
  143.               (US+LS)/2, by +/-1.5*σ.  As a result, the process mean ends up
  144.               being at least 4.5*σ from the nearer spec limit.  Thus the above
  145.               "symmetric" 2-tailed Z-spec limits of [-4.645,+4.645] are not
  146.               truly Motorola "6 Sigma."  On the other hand, each tail then
  147.               contributes 1.7 parts-per-million nonconforming.  These two
  148.               tails thus sum to the same 3.4 parts-per-million found in the
  149.               "essentially" one-tailed [-7.5,+4.5] Z-limits.
  150.  
  151.               "2 Sigma" and "3 Sigma" capability could be defined by the
  152.               2-Tailed ranges [-2.0,+2.0] and [-3.0,+3.0].  But "2 Sigma"
  153.               capability is widely accepted as implying 95% yield, and
  154.               [-2.0,+2.0] would correspond to the slightly higher yield of
  155.               95.45%.  There is considerably less agreement on which yield
  156.               corresponds to "3 Sigma" capability.  But the most frequently
  157.               heard "3 Sigma" yield is 99%, while [-3.0,+3.0] has yield 99.73%.
  158.               Here, the "compromise" yield of 99.5% is used for "3 Sigma."
  159.  
  160.        OCintrvl Simulation Strategy:
  161.        =============================
  162.        OCintrvl always generates exactly N1+N2+N3 pseudo-random variates to
  163.        represent a single lot/batch of production.  At each capability level,
  164.        stage 1 calculations use only the first N1 pseudo-observations.  If a
  165.        lot fails at stage 1 for a given capability level (i.e. given "width"
  166.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 4 of 10
  167.  
  168.  
  169.  
  170.        between spec limit Z-scores), the first N1+N2 observations are used in
  171.        stage 2 calculations.  Similarly, lot failure at stage 2 results in
  172.        use of all N1+N2+N3 of the pseudo-observations at stage 3.
  173.  
  174.        Note that the exact same N1+N2+N3 pseudo-observations for a lot are
  175.        used at all 6 levels of process capability.  This is a so-called
  176.        Monte-Carlo "swindle" that assures that accept/reject results are as
  177.        highly, positively correlated over capability levels as is possible.
  178.        This tactic assures that the simulated OC curves will be "smooth" in
  179.        the following sense.  If an acceptance probability is either over-
  180.        estimated or under-estimated relative to its (unknown) true value, the
  181.        acceptance probabilities at adjacent capabilities should also tend to
  182.        deviated from their true values in the same direction.
  183.  
  184.  
  185.                      ┌──────────────────────────────────────┐
  186.                      │   Single-Stage Normal-Theory Plans   │
  187.                      └──────────────────────────────────────┘
  188.  
  189.        In his 1967 Technometrics paper, Owen tabulates the factors, K, that
  190.        yield SINGLE STAGE acceptance sampling plans based upon Xbar+/-K*S
  191.        intervals with 10% consumer's risk at UQL levels (see below) of 10%,
  192.        5%, and 1%, which are three of the levels simulated in OCintrvl.
  193.        Here are 10 rows and 4 columns extracted from Table II (39 by 7) of
  194.        Owen(1967); equivalently, see Table 5 (49 by 8) of Odeh and Owen(1980).
  195.  
  196.                 ===================================================
  197.                 K factors for 2-sided acceptance sampling plans that
  198.                   "control the center" of the process distribution
  199.                    ...i.e. allow all lower vs. upper tail
  200.                       splits in defectives with UQL=p1+p2.
  201.                 ===================================================
  202.  
  203.                      N       UQL=.10      UQL=.05      UQL=.01
  204.                     ***      *******      *******      *******
  205.                       2      10.253       13.090       18.500
  206.                       5       2.742        3.400        4.666
  207.                      10       2.112        2.576        3.532
  208.                      15       1.981        2.395        3.219
  209.                      20       1.916        2.312        3.090
  210.                      25       1.877        2.262        3.017
  211.                      50       1.794        2.154        2.859
  212.                     100       1.744        2.089        2.764
  213.                     500       1.686        2.013        2.654
  214.                infinity       1.645        1.960        2.567
  215.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 5 of 10
  216.  
  217.  
  218.  
  219.        Here are 10 rows and 4 columns extracted from Table III (39 by 7) of
  220.        Owen(1967); equivalently, see Table 6 (49 by 8) or Table 1.5.1 (196 by
  221.        8) GAMMA = 0.90 of Odeh and Owen(1980).
  222.  
  223.                 ====================================================
  224.                 K factors for 1-sided acceptance sampling plans and
  225.                 tolerance intervals and for 2-sided acceptance
  226.                 sampling plans that "control both tails" separately
  227.                 ...i.e. the lower(p1) tail and/or upper(p2) tail
  228.                   is controlled at a specified fraction defective;
  229.                 in 2-tailed acceptance sampling, overall UQL=p1+p2.
  230.                 ====================================================
  231.  
  232.                      N       p=.10        p=.05        p=.01
  233.                     ***      ******       ******       ******
  234.                       2      10.253       13.090       18.500
  235.                       5       2.742        3.400        4.666
  236.                      10       2.066        2.568        3.532
  237.                      15       1.867        2.329        3.212
  238.                      20       1.765        2.208        3.052
  239.                      25       1.702        2.132        2.952
  240.                      50       1.559        1.965        2.735
  241.                     100       1.470        1.861        2.601
  242.                     500       1.362        1.736        2.442
  243.                infinity       1.282        1.645        2.326
  244.  
  245.        Example 1:  Suppose the sample size is to be N=10.  Then K=2.568
  246.        assures that the probability of rejecting batches with more than 0.05
  247.        defective in either tail will be at least 0.90.  But a factor of only
  248.        K=2.112 is adequate to assure that the probability of rejecting
  249.        batches with more than 0.10 defective (divided ANY WAY between the
  250.        upper and lower tails) will be at least 0.90.
  251.  
  252.        Example 2:  Again suppose the sample size is to be N=10.  But now we
  253.        desire a plan with a UQL of 0.06 in which 0.05 defective is allowed in
  254.        the lower tail but only 0.01 is allowed in the upper tail.  This is an
  255.        "asymmetrical" 2-sided plan that rejects when Xbar-2.568*S is less
  256.        than the lower specification limit OR Xbar+3.32*S is greater than the
  257.        upper specification limit.
  258.  
  259.  
  260.                      ┌───────────────────────────────────────┐
  261.                      │   Normal Theory Tolerance Intervals   │
  262.                      └───────────────────────────────────────┘
  263.  
  264.        The K-factors for 1-sided acceptance sampling and 1-sided statistical
  265.        tolerance bounds given above were identical.  On the other hand,
  266.        K-factors for 2-sided acceptance sampling (control the center) and
  267.        statistical tolerance intervals are NOT identical.
  268.  
  269.        In their 1980 monograph, Odeh and Owen tabulate K-factors for 2-sided
  270.        procedures under normal distribution theory with true mean and true
  271.        variance both unknown.  In both cases, the intervals of interest are
  272.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 6 of 10
  273.  
  274.  
  275.  
  276.        of the Xbar+/-K*S form.  In acceptance sampling applications, K is set
  277.        to establish, say, the 10% UQL.  In tolerance interval applications, K
  278.        is set to assure stated statistical confidence that at least a stated
  279.        minimum percentage of a normal distribution falls within the interval.
  280.  
  281.        For example, Table 3.5.1 of Odeh and Owen(1980), page 102, shows how
  282.        the (90% minimum content; 90%, 95% and 99% statistical confidence)
  283.        tolerance interval K-factors decrease as the sample size, N,
  284.        increases.  This is the basic information needed to compare Xbar+/-K*S
  285.        tolerance intervals with 2-sided acceptance sampling intervals.
  286.  
  287.               =======================================================
  288.               K factors for tolerance intervals (control the center);
  289.               Content GAMMA = 0.900; Confidence .900, .950 and .990.
  290.               =======================================================
  291.  
  292.                      N       P=.900       P=.950       P=.990
  293.                     ***      ******       ******       ******
  294.                       2      15.512       18.221       23.423
  295.                       5       3.499        4.142        5.387
  296.                      10       2.546        3.026        3.958
  297.                      15       2.285        2.720        3.565
  298.                      20       2.158        2.570        3.372
  299.                      25       2.081        2.479        3.254
  300.                      50       1.918        2.285        3.003
  301.                     100       1.823        2.172        2.855
  302.                     500       1.717        2.046        2.689
  303.                infinity       1.645        1.960        2.576
  304.  
  305.        Note that, in very large samples, the K-factors for tolerance
  306.        intervals given here approach the K-factors for single-stage, 2-tailed
  307.        acceptance sampling plans (control the center) given above.  However,
  308.        especially in small samples, the K-factor appropriate for acceptance
  309.        sampling can be considerably SMALLER that the corresponding K-factor
  310.        for a tolerance interval.
  311.  
  312.  
  313.                      ┌──────────────────────────────────┐
  314.                      │   Strategy for Use of OCintrvl   │
  315.                      └──────────────────────────────────┘
  316.  
  317.        One plausible strategy for study of Multi-Stage Acceptance Sampling
  318.        properties of Xbar+/-K*S intervals using OCintrvl.EXE would be to...
  319.  
  320.          (1) use values such as those tabulated above to study trade-offs
  321.              in the relative sizes of the K and the corresponding accumulated
  322.              N within each stage,
  323.  
  324.          (2) consider tactics such as K1=K2=K3 or even K1<K2<K3 as well as
  325.              the K1>K2>K3 ordering suggested by N1<N1+N2<N1+N2+N3,
  326.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 7 of 10
  327.  
  328.  
  329.  
  330.          (3) simulate the probability of batch/lot acceptance for these
  331.              K's and N's at each of the above six stated levels of true
  332.              process capability, and
  333.  
  334.          (4) repeat steps (1) to (3) to find both 2-stage and 3-stage plans
  335.              that have "similar" AQLs, IQLs, and/or UQLs to those of 1-stage
  336.              plans.
  337.  
  338.              AQL = Acceptable Quality Level
  339.                  = Fraction Nonconforming corresponding to Yield >= 95%.
  340.  
  341.              IQL = Indifference Quality Level
  342.                  = Fraction Nonconforming corresponding to 50% Yield.
  343.  
  344.              UQL = Unacceptable Quality Level
  345.                  = Fraction Nonconforming corresponding to Yield <= 10%.
  346.  
  347.              Note: Do not fail to note any implied changes in administrative
  348.              and inspection load (assay manpower and cost) measured by the
  349.              "expected number of stages" and "expected sample size" required
  350.              to reach a pass/fail decision using a 2- or 3-stage procedure
  351.              relative to a 1-stage procedure with a "similar" OC curve.
  352.  
  353.  
  354.                        ┌────────────────────────────────────┐
  355.                        │   Responding to OCintrvl Prompts   │
  356.                        └────────────────────────────────────┘
  357.  
  358.        The OCintrvl.EXE software module is invoked from MS-DOS by entering its
  359.        7-character name, OCintrvl, at your DOS prompt...
  360.  
  361.                                    Prompt> ocintrvl
  362.  
  363.        OCintrvl does not expect nor accept any "command-line" arguments.
  364.        Instead, OCintrvl will prompt you to provide all information it needs
  365.        to perform analyses.  And each such prompt usually displays a [default
  366.        value] in square brackets that you may accept by simply pressing the
  367.        ENTER key.
  368.  
  369.        OCintrvl Output File Naming Conventions...
  370.        -----------------------------------------
  371.        The ASCII (text) files used by OCintrvl to save results consist of a
  372.        filename (of at most eight characters) specified by the user followed
  373.        by the four character extensions of ".OUT" and ".CSV".
  374.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 8 of 10
  375.  
  376.  
  377.  
  378.                  ┌────────────────────────────────────────────────┐
  379.                  │ 1-, 2- and 3-Stage Plans with IQLs about 0.005 │
  380.                  └────────────────────────────────────────────────┘
  381.  
  382.        An initial run of OCintrvl.EXE was first used to establish that the
  383.        [Xbar-K*S,Xbar+K*S] interval for single-stage acceptance sampling
  384.        with K = 2.64 when N = 25 has an IQL (50% yield) at approximately
  385.        0.5% nonconforming (the 3-sigma capability level.)
  386.  
  387.        Suppose your task were to design both a 2-stage plan (with sample
  388.        sizes N1=N2=25) and a 3-stage plan (with sample sizes N1=N2=N3=25)
  389.        that have this same approximate IQL.
  390.  
  391.        First, note that K = 2.64 when N = 25 corresponds to a statistical
  392.        [Xbar-K*S,Xbar+K*S] tolerance interval with approximately 95%
  393.        confidence in 95% probability content under normal theory.  This
  394.        observation encouraged me to try using K factors such as K2 = 2.382
  395.        (at N1+N2=50) and K3 = 2.286 (at N1+N2+N3=75), but the resulting
  396.        yields at 0.5% nonconforming were much larger than 50%.
  397.  
  398.        Thus I decided to look for 2- and 3-stage plans with the same final
  399.        stage K factor is the 1-stage plan (K1=2.64 for N1=25) but larger K1
  400.        or K1,K2 factors than the single stage plan.  In the table of K
  401.        factors for 95% confidence, 95% content tolerance intervals, I
  402.        simulated OC curves using early-stage K factors suggested by sample
  403.        sizes less than 25.  I ended up using the N=15 factor of K=2.96 in
  404.        both the 1st stage of a 2-stage plan and the 2nd stage of a 3-stage
  405.        plan.  Plus I used the N=10 factor of K=3.39 in the 1st stage of the
  406.        3-stage plan.  Here are the results...
  407.  
  408.          ┌──────────────────────────────────────────────────────────────┐
  409.          │   3-Stage Sample Sizes = 25, 25 and 25.                      │
  410.          │   Corresponding Numerical Values of K = 3.39, 2.96 and 2.64. │
  411.          │                                                              │
  412.          │           p    PaC     PaV     SSC     SSV   StgC  StgV      │
  413.          │   0.0000034  100.00  100.00   25.37   25.44  1.01  1.02      │
  414.          │   0.0005000   99.63   99.92   40.06   41.86  1.60  1.67      │
  415.          │   0.0050000   43.53   66.09   67.18   69.21  2.69  2.77      │
  416.          │   0.0100000   12.14   27.39   72.40   73.41  2.90  2.94      │
  417.          │   0.0500000    0.03    0.07   74.99   74.99  3.00  3.00      │
  418.          │   0.1000000    0.01    0.00   75.00   75.00  3.00  3.00      │
  419.          └──────────────────────────────────────────────────────────────┘
  420.  
  421.              where...
  422.  
  423.              p    = True Process Fraction Nonconforming (Capability Level)
  424.              PaC  = Percentage Yield when Off-Center (1-tailed case)
  425.              PaV  = Percentage Yield as Variance Increases (2-tailed)
  426.              SSC  = Average Sample Size when Off-Center
  427.              SSV  = Average Sample Size as Variance Increases
  428.              StgC = Average Number of Stages when Off-Center
  429.              StgV = Average Number of Stages as Variance Increases
  430.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 9 of 10
  431.  
  432.  
  433.  
  434.          ┌──────────────────────────────────────────────────────────────┐
  435.          │   2-Stage Sample Sizes = 25 and 25.                          │
  436.          │   Corresponding Numerical Values of K = 2.96 and 2.64.       │
  437.          │                                                              │
  438.          │           p    PaC     PaV     SSC     SSV   StgC  StgV      │
  439.          │   0.0000034  100.00  100.00   25.02   25.02  1.00  1.00      │
  440.          │   0.0005000   98.62   99.57   29.73   30.50  1.19  1.22      │
  441.          │   0.0050000   47.99   62.98   43.21   44.25  1.73  1.77      │
  442.          │   0.0100000   19.73   31.85   46.84   47.52  1.87  1.90      │
  443.          │   0.0500000    0.18    0.38   49.94   49.96  2.00  2.00      │
  444.          │   0.1000000    0.00    0.00   50.00   50.00  2.00  2.00      │
  445.          └──────────────────────────────────────────────────────────────┘
  446.          ┌──────────────────────────────────────────────────────────────┐
  447.          │   1-Stage Sample Size = 25.                                  │
  448.          │   Corresponding Numerical Value of K = 2.64.                 │
  449.          │                                                              │
  450.          │           p    PaC     PaV     SSC     SSV   StgC  StgV      │
  451.          │   0.0000034   99.99  100.00   25.00   25.00  1.00  1.00      │
  452.          │   0.0005000   94.40   95.99   25.00   25.00  1.00  1.00      │
  453.          │   0.0050000   46.77   54.64   25.00   25.00  1.00  1.00      │
  454.          │   0.0100000   25.26   31.72   25.00   25.00  1.00  1.00      │
  455.          │   0.0500000    0.90    1.54   25.00   25.00  1.00  1.00      │
  456.          │   0.1000000    0.05    0.09   25.00   25.00  1.00  1.00      │
  457.          └──────────────────────────────────────────────────────────────┘
  458.  
  459.              where...
  460.  
  461.              p    = True Process Fraction Nonconforming (Capability Level)
  462.              PaC  = Percentage Yield when Off-Center (1-tailed case)
  463.              PaV  = Percentage Yield as Variance Increases (2-tailed)
  464.              SSC  = Average Sample Size when Off-Center
  465.              SSV  = Average Sample Size as Variance Increases
  466.              StgC = Average Number of Stages when Off-Center
  467.              StgV = Average Number of Stages as Variance Increases
  468.  
  469.  
  470.        Source Code...
  471.        ==============
  472.  
  473.        The C-language source code file, OCintrvl.C, used to create OCintrvl.EXE
  474.        is provided in the distribution archive.
  475.          OCintrvl.EXE, ver.9402 . . . . . . . . . . . . . . . . Page 10 of 10
  476.  
  477.  
  478.  
  479.        ┌─────────────────────────────────────────────────────────────────────┐
  480.        │                            REFERENCES                               │
  481.        └─────────────────────────────────────────────────────────────────────┘
  482.  
  483.        AMERICAN NATIONAL STANDARD ANSI/ASQC A1-1987.  "Definitions, Symbols,
  484.                Formulas, and Tables for Control Charts."  Milwaukee: American
  485.                Society for Quality Control.
  486.  
  487.        L'Ecuyer, P. (1988).  "Efficient and Portable Combined Random Number
  488.                Generators."  Communications of the ACM 31, 742-749,774.
  489.  
  490.        Obenchain, R.L. (1993).  NORMAL.EXE:  An Archive of MS-DOS Personal
  491.                Computer Software for Simulating the Statistical Confidence
  492.                and Probability Content of Normal Theory Tolerance Intervals.
  493.                [Content.EXE, Content.DOC, and Numerical Example Files.]
  494.                CompuServe, IBMAPP, Library 13 (Tech/Engr/Sci).
  495.  
  496.        Odeh, R. E. (1978).  "Tables of two-sided tolerance factors for a
  497.                normal distribution."  Communications in Statistics, Simulation
  498.                and Computation, B, 7:183-201.
  499.  
  500.        Odeh, R. E. and Owen, D. B. (1980).  Tables for Normal Tolerance
  501.                Limits, Sampling Plans, and Screening.  New York: Marcel Dekker.
  502.  
  503.        Owen, D. B. (1967).  Variables sampling plans based on the normal
  504.                distribution."  Technometrics 9:417-423.
  505.  
  506.  
  507.        OCintrvl Software Update History:
  508.        ================================
  509.  
  510.        Version 9310 ...Beta-Test version of OCintrvl.EXE.
  511.        Version 9311 ...Write OC and Avg. Sample/Stage results to a separate
  512.                        CSV file.
  513.                     ...Add 2- and 3-Stage sampling options.
  514.                     ...Created this documentation file.
  515.        Version 9402 ...Add Owen(1967) tables.
  516.                     ...Add simulation of asymmetrical acceptance plans.
  517.  
  518.