RECTIFYING INSPECTION FOR DOUBLE SAMPLING PLANS WITH FUZZY LOGIC UNDER ZERO-INFLATED POISSON DISTRIBUTION USING IN PYTHON
Kavithanjali S 1, Sheik Abdullah A* and Kamalanathan R2
Research Scholar, Department of Statistics, Salem Sowdeswari College, Salem-10, India *2Assistant Professor, Department of Statistics, Salem Sowdeswari College, Salem-10, India [email protected], [email protected], [email protected]
Abstract
Acceptance sampling is a statistical quality control technique used in manufacturing to determine whether to accept or reject a batch of products based on the number of defects obtain in a sample. Among the various sampling plans, the double sampling plan more effective because it often delivers more reliable results in selecting quality lots than other plans. In most of the real life situation, it is not easy found the product as strictly defective or non-defective. In some situation, quality of the product can be classified several types which are expressed as good, almost good, bad, not so bad and so on. This is causes fuzzy logic comes into play. Fuzzy set theory is most powerful mathematical tool, it can deal incomplete and imprecise information. In this paper Double Sampling Plans (DSPs) are derived when non conformities are say imprecise and these imprecisions are model through ZIP distribution. It analyzes, the effectiveness of these sampling plans by comparing vital metrics such as Average Outgoing Quality (AOQ) and Average Total Inspection (ATI) using both fuzzy and crisp environments. These findings are appraised as both numerically and graphically, showing that whether the process quality is either extremely good or very bad, the AOQ curve will be lower, the plan's able to effectively control product quality.
Keywords: Acceptance Double Sampling Plan, FAOQ Curve, FATI curve, ZIP Distribution, Fuzzy Parameter.
I. Introduction
Quality control in industries often meets troubles when handling with data that such as high number of zero values, which usual sampling plans may not manage properly. This paper presents a new approach that combines fuzzy logic and double sampling plan constructed on the basis of Zero-Inflated Poisson (ZIP) distribution. Fuzzy logic enhances the handling of uncertainty and incorrect data, making it easy to deal with the ambiguous limit with zero and non-zero values in ZIP distributions. The method, which was developed by Zadeh and Kosko's (1965) original work, improves quality control by providing a versatile and adaptable method. This technique tries to enhancing decision-making in quality control processes, specifically in circumstances where technological innovation might lead to rare zero defects. Utilizing fuzzy logic, the proposed sampling plan provides an accurate strategy to identify defects in industrial processes, even when
Kavithanjali S, Sheik Abdullah A, Kamalanathan R RT&A, No 4(80) RDSPS WITH FUZZY FOR ZIP DISTRIBUTION USING IN PYTHON_V°lume 19 Decemta, 2024
handling complex information. The Zero-Inflated Poisson (ZIP) distribution is used in agriculture,
epidemiology, econometrics, public health, process control, medicine, and manufacturing.
Especially helpful for studying data containing extra zeros. Bohning, et.al., [1] analyzed dental
epidemiology intervention effects using the ZIP model. Buckley [2] developed flexible probability
theory under uncertainty. Duncan AJ [3] Quality Control and Industrial Statistics is a most impact
guide that combines statistical methods with practical approaches to quality control in industrial
circumstances.
Chakraborty [4] gives a fuzzy optimization method for single sample plans that minimizes inspection and manages customer risk using Poisson distribution. Ezzatallah and Bahram [5] suggested fuzzy Poisson-based acceptance double sampling for not clear faulty rates. Kavithanjali, et.al., [6] reviewing a SQC methods in single and double-sampling plans, pointing at possible effects on quality. Kavithanjali and Sheik Abdullah [7] gives an innovative technique by combination of fuzzy logic with Zero-Inflated Poisson distribution for single sampling plans, improving quality control and risk management in ambiguity distribution plans. The Python implementation gives practical value, making it useful for real-world circumstances. Kaviyarasu and Asif T Thottathil [8] deals the application of Zero-Inflated Poisson distribution in designing optimal acceptance sampling plans for quality control in manufacturing with a focus on special type double sampling plans. Lotfi A. Zadeh [9] provide fuzzy sets and the degree of membership, which is basis for the employment of conventional theory of sets in fuzzy controller. Lambert [10] illustrated how ZIP regression might enhance data analysis in manufacturing by removing extra zeros from count data. Malathi and Muthulakshmi [11] studied fuzzy logic in double-sampling plans to overcome uncertainty in quality evaluations.
McLachlan and Peel [12] provided insights into finite mixture models, which are critical for analysing complicated data with diverse populations. Naya and et.al., [13] employed ZIP models to demonstrate that age has a substantial effect on the incidence of black patches. Ridout, Demetrio, and Hinde [14] assess count data model excess zeros by using horticultural examples. Schilling and Neubauer [15] provide a comprehensive and authoritative guide on acceptance sampling plan, offering useful insights for quality control in numerous industries. Tamaki F, Kanagawa and Ohta H [16] deals a unique method applying fuzzy logic to attribute-based sampling inspection plans, improving decision-making under ambiguity. For over-dispersed data, Xie, He, and Goh [17] show that the ZIP distribution is better than the Poisson distribution for statistical process control.
The techniques used will be discussed in the sections that follow, along with the results of our study and an explanation of their importance for quality control practitioners. We did our analysis using Python and powerful libraries like NumPy, Pandas, SciPy, and Matplotlib to help with statistics and data visualization. We hope that our work will make a major contribution to the evolving scene of statistical methods meant to solve the issues raised by demanding distributions in industrial environments.
II. Methodology
2.1 Basic Definitions
2.1.1 Fuzzy Number: A fuzzy number (iV) is a fuzzy set on the real line fl, characterized by a membership function fl ^ [0,1], that satisfies the following conditions:
• (w) is normal, meaning there exists some x such that juw(x) = 1.
• (w) is convex, meaning for any xx,x2 £ fl and A £ [0,1],^w(Axx + (1 — A)x2) > min(^w(x1),^w(x2)).
• The membership function is upper semi-continuous, meaning the set {x £ fl I (x) > a} is closed for every a £ (0,1].
2.1.2 Triangular Fuzzy Number: A triangular fuzzy number (n) is defined by a triplet (a, b, c),
where a < b < c. The membership function ^(VV) (x) is given by:
x — a
if a<x<b
CO = C — X
b — a
, if b < x < c .c — b
{0 otherwise
This function forms a triangular shape with [a, c] as the base and the peak at x = b.
2.1.3 a-Cut of Fuzzy : The a-cut of a fuzzy set N is a crisp set of values where the membership function is at least a. It is defined as:
N[a] = {x £ R \ pN(x) > a} The fuzzy number iV[a] can be represented by its lower and upper bounds as NL [a] and Nu[a], where:
Nl[a] = inf{x £ R \ pN(x) > a} Nu[a] = sup{x £ R \ pN(x) > a}
2.1.4 ZIP Distribution: The Zero-Inflated Poisson (ZIP) distribution, define as ZIP (<p,X), is used when there is an more number of zero counts. The probability mass function (p.m.f.) is found in Lambert [10] and Mclachlan [12]:
(y + (1 — <p)e-x if d = 0 P(D = d\ <p,X) = { e-lXd
(a —if d = 1,2,...
In this distribution:
• (p represents the probability of extra zeros.
• A is the mean of the underlying Poisson distribution.
The ZIP distribution mean is (1 — p)A, and the variance is A(1 — p)(1 + yX).
To extend the ZIP distribution to a fuzzy setting, we replace A with a fuzzy number A> 0. The
fuzzy p.m.f. can be represented as:
(<p + (1 — <p)e-i if d = 0 P(d \ a) = { e-xAd
(1 — <p)^~ if d = 1,2,.
Where A belongs to the a — cut of I.
2.2 Python Programming
Python was an indispensable part of this study as it helped creating of statistical quality control plans. was specifically used to calculate the upper and lower limits for the Fuzzy AOQ Band and the Fuzzy ATI tables. Moreover, Python's extensive plotting capabilities were utilized to show important metrics, which including the Fuzzy Average Outgoing Quality (AOQ), the fuzzy probability of acceptance, and the Average Total Inspection (ATI) curve. Python was chosen for its strong numerical computation capabilities and a massive library that could otherwise allow for the incorporation of complex statistical strategies into the research environment.
III. Operating procedure for RDSPs
Let us consider a circumstance where we analyse the N- lot size for defects with Zero-Inflated Poisson (ZIP) distribution. These are general steps of the typical double sampling plan.
Step 1:
Step 2:
Step 3:
Take a random sample of size n1 and count the number of defective items (fl1). c1 is the acceptance number for the first sample. c2 is the acceptance number for both combined samples.
Accept the lot if < c1. Reject the lot if > c2. If c1 < < c2, proceed to Step 3 .
• Take a random sample from second sample n2 and count the number of defective items №2).
• Add and D2 together.
• Accept the lot if + < c2, otherwise reject it. Step 4:
• The random variables and D2 follows the ZIP distribution with parameter A1 = n1p and A2 = n2p, given a large sample size and a small probability p.
• Let Pa stand for the acceptance probability of the lot based onto the combined samples.
• Pa' is for the acceptance probability after the first sample and P" for the second sample.
Thus, the overall probability of acceptance is:
p = p7 p"
1 a 1 a ■1 a
Using the ZIP distribution p.m.f, the number of nonconforming items in the lot is given by
(y + (1 — <p)e-A, Whend = 0 P(D = d I = P( d) = {
(1 — ffl)—;—, Whend = 1,2,... ,0 < m < 1,A > 0 v a!
Given a sample size of n1, the probability of finding no deficiencies will be
P(D = 0) = Pa'(a) = ^ + (1 — (1)
Given a sample size of n2, the probability of finding one deficiencies will be
P(D = 1,^1 + D2 < 1) = Pa'» = (1 — ^e-1^ (2)
A DSP only accepts a lot if a sample of size n1 has no faults and a sample of size n2 has one defect or less. Thus, DSP's Pa (a) will be provided by
Pa(a) = Pa'(a) + PJ»
IV. Fuzzy Average Outgoing Quality (FAOQ) under ZIP distribution
In acceptance sampling programs, rectification inspection is used to improve the quality of the lot. When the lot is approved, any faulty items in the sample are replaced with non-defective ones. If the batch is rejected, the whole batch is thoroughly inspected, and any faulty goods are replaced with new ones. Then by the following steps Involved operating procedure for AOQ of double sampling plan the acceptable quality level can be obtained from the double sampling plan as given below.
4.1 Operating Methodology for Fuzzy Average Outgoing Quality (FAOQ) Step 1: Initial Assumptions
• The lot size is N, and the probability of a faulty item is p.
• A sample of size m is taken from the batch. Step 2: First-Stage Sampling
• The probability of the lot being approved after the first step is Pa'.
• If rejected with probability 1 — Pa', a second stage of sampling is conducted.
Kavithanjali S, Sheik Abdullah A, Kamalanathan R RT&A, N° 4(80)
RDSPS WITH FUZZY FOR ZIP DISTRIBUTION USING IN PYTHON_V°ume 19 Decemta, 2024
Step 3: Results of First Stage Acceptance
• After checking n1 items, the remaining N-m items have an average defect rate of p(N n1).
Step 4: Second-stage Sampling
• A second sample of size n2 is chosen.
• If a lot is rejected beyond this step, all faulty components are replaced to ensure zero defects.
• If passed, the remaining N-m-m items have an average of p(N — n1 — n2) faulty items Step 5: Probabilities of Outcomes
The probabilities of every possible result are: Pa: Acceptance lot after first stage with probability p(N — n1) of having defective products. Pa : Lot allowed after the second stage, p(N — n1 — n2) defective pieces. Pa11: The lots are 100% checked and this means that no defective items get to make their way through the production line. The probability of satisfying: P^ + P" + P"1 = 1.
From using the fuzzy mean definition, the a-cut of FAOQ is as follows.
p £ ]j(a)
[P^(N — n1)+P^'(N — n1—n2)].p
FA0Q(a)= {---
= [FA0QL(a),FA0Qu(a)]
Where
rtnnL, s ■ №(N — ni)+P"(N — ni—n2)]-P FA0Qh(a) = min
FA0Qu(a) = max {
N
{-N- P £ P(a)\
p £ p(a)} and
N
Illustration 1
p £ p(a)} for 0 < a < 1
Take into consideration that P = (0.01,0.02,0.03), N = 200,n1 = 10,n2 = 10, c1 = 0,c2 = 1,1 = np, n = n + n2, <p = 0.0001 ,P[a] = [0.01 + 0.01a , 0.03 — 0.01a].
A sample of size m, the probability of obtained no defectives will be the equation (1) from
P^(a) = tp + (1 — <p)e-10p
A sample size of rn, the probability of obtained one defectives will be the equation (2) from
PZ'(a) = (1 — cp)e-20p10p
.[y + (1 — y)e-10p(200 — 10) + (1 — cp)e-2°p10p(200 — 10 — 10)] • p
FAOQ (a) =
200
FAOQ (a) = <p + (1 — (p)e-10p (0.95)p + (1 — y)e-20p(9)p2
= [FA0QL(a),FA0Qu(a)]
Afterward, using examining function
f(p) = (p + (1 — (p)e-10p (0.95)p + (1 — (p)e-20p (9)p2
We will have the a cut in the following functions
F40QL(a) =<p + (1 — ^)e-10(0.01+001a)(0.95)(0.01 + 0.01«) + (1 — ^)e-20(001+001a) (9)(0.01 + 0.01a)2
and
F^OQ^a) =<p + (1 — ^)e-10(003-001a) (0.95)(0.03 — 0.01«) + (1 — ^)e-20(003-001a) (9)(0.03 — 0.01a)2
From a = 0, find that FAOQ(O) varies between 0.0094 and 0.0256, showing that 94 to 256 products are predicted to be faulty each lot in this process. When a = 1, we get FAOQ(1) = 0.0180. Figure 1 represents the FAOQ, which displays increases in the input quality process.
Figure 1: Comparison of p and fuzzy AOQ with parameters ci = 0, c2 = 1, and sample sizes ni = n2 = 10, P = (0.01,0.02,0.03)
FAOQ is a function of lot quality, and when the quality changes, consequently changes the FAOQ. When the FAOQ is plotted against the proportion of bad items in the input lot, the result appears as a diagram with upper and lower boundaries known as the FAOQ band. According upon the established structure for P, discussed in the next section.
= Vm(D1 < q)(«)
= Pm(C1 < < C2 . D1 + ^2 < C2)(0) and
il^irnOV — n1) + Pa"m(JV — n1 — n2)lp F^OQ(a) = -¡^^----1-W | p £ ^(a)
N
Where
FAOQ^(a) = min {■
[Pq,m(W-ni)+P^m(W-ni-n2)]p |
p £
p(a)}and
N
FAOQ ^(a) = max
[Pj,m(V - nj + Pa"m(V - nx - n2)]p
V
P e PW
Illustration 2
Considering the following case scenario: N = 200, % = 20, n2 = 20, cx = 0, c2 = 1,1 = np, n = % + n2, b2 = 0.01, b3 = 0.02, ^ = 0.0001. From these parameters, the next findings have been generated.
p(a) = [m + 0.01a, m + 0.02 - 0.01a]
F40<2(a) = <p + (1 - ^)e-20p(0.9)p + (1 - <p)e-40P(16)p2
The a-cut of FAOQ at a=0 will be determined as follows
FAOQ *, FAOQ ** ,0 < k < 0.03 FAOQ *, 0.021970 , 0.03 < k < 0.0406
FASN(0) =
FAOQ 0.021970 , 0.0406 < k < 0.05 I FAOQ FAOQ * , 0.05 < k < 0.98
F40Ç* = <p + (1 - <p)e-20m(0.9)rn + (1 - <p)e-40m(16)m2 F40Q** = + (1 - ^)e-20(m+0 02)(0.9)(rn + 0.02) + (1 - ^)e-40(m+0 02)(16)(rn + 0.02)2
Figure 2: FAOQ band with the following parameters: N=200, m=20, m=20, c= 0, a=1, bi=0.01, b3=0.02
Figure 2 and Table 1 illustrate the FAOQ band for a sampling plan that includes a fuzzy parameter. The outcome show that the FAOQ operates effectively when the proportion of defective items in the incoming lot is either good or bad. The average outgoing quality limit (AOQL) is an important measure of sampling plan performance since it provides the highest expected to percentage of faulty items in inspected lots. The FAOQL, or maximum FAOQ value, is the worst- case scenario for the FAOQ, occurring at a defect level represented as p*. In Instance 2, the results obtained are p* = 0.03,0.05 and FAOQL = 0.02197, 0.02197.
Table 1: FAOQ with N=200, ni=20, n2=20, ci= 0, C2=1, b2=0.01, b3=0.02
m FAOQ* FAOQ* m FAOQ* FAOQ*
0.00 0.0000 0.01494 0.25 0.00158 0.001146
0.01 0.00844 0.01916 0.26 0.00135 0.000974
0.02 0.01494 0.02135 0.27 0.00115 0.000829
0.03 0.01916 0.02197 0.28 0.00097 0.000705
0.04 0.02135 0.02149 0.29 0.00083 0.0006
0.05 0.02197 0.02031 0.3 0.00071 0.000512
0.06 0.02149 0.01872 0.31 0.0006 0.000437
0.07 0.02031 0.01694 0.32 0.00051 0.000374
0.08 0.01872 0.01512 0.33 0.00044 0.00032
0.09 0.01694 0.01336 0.34 0.00037 0.000275
0.10 0.01512 0.0117 0.35 0.00032 0.000238
0.11 0.01336 0.01019 0.36 0.00028 0.000206
0.12 0.0117 0.00883 0.37 0.00024 0.000179
0.13 0.01019 0.00763 0.38 0.00021 0.000157
0.14 0.00883 0.00656 0.39 0.00018 0.000138
0.15 0.00763 0.00564 0.4 0.00016 0.000123
0.16 0.00656 0.00483 0.41 0.00014 0.00011
0.17 0.00564 0.00413 0.42 0.00012 0.000099
0.18 0.00483 0.00353 0.43 0.00011 0.000091
0.19 0.00413 0.00301 0.44 0.000099 0.000083
0.2 0.00353 0.00257 0.45 0.000091 0.000077
0.21 0.00301 0.00219 0.46 0.000083 0.000072
0.22 0.00257 0.00186 0.47 0.000077 0.000069
0.23 0.00219 0.00158 0.48 0.000072 0.000065
0.24
0.00186
0.00135
0.49
0.000069
0.000063
V. Fuzzy Average Total Inspection (FATI) for DSPs under ZIP distribution
The Fuzzy Average Total Inspection (FATI) is an important technique for rectifying inspection for sampling plans with a fuzzy parameter. The following steps are used to compute the FATI:
• If the lot is accepted in the first inspection stage, the number of inspected items is ni. The probability of this happening (fuzzy probability) is P£(a).
• If the lot is accepted in the second inspection stage, the total number of inspected items is ni+n2 .The probability of this happening is P" (a).
• If the lot is not accepted at all, all items (N) are inspected. The probability of this happening is 1 — P£(a) — P" (a).
Finally, the random variable of inspected items has a fuzzy probability function as Table 2 consequently, the FATI according to the definition of a fuzzy mean is as follows:
Table 2: Fuzzy probability function for the number of inspected items
Total items under inspection ni_n_N_
Probability with fuzzy P^a) Pci'(a) 1 — Plj(a) — Pci'(a)
FATI(a) = [nlP'a + (ni + n^l + Np'J'} = {N-(N- ni)p'a -(N-ni - n2)p>a \ p e p(a)} = [FAT I L(a),FATIu(a)] In whichFATIl(a) = min{/V-(N-nx)p[ -(N-nx -n2)pua }
Fati L(a) = max{N - (N - n1)p'<1 - (N -n1- n2)p'J} For 0 < a < 1
To calculate FATI in illustration 1 using N=200, as follows:
FATI = {200 -< + (1- <)e-10p(190) - (1 - <)e-20p(1800p)}
The lower and higher limits of the a cut are shown below
FATI L(a) = {200 - < + (1 - <)e-(01+01a)(190) - (1 - <p)e-(a2+02a)1800(0.01 + 0.01a)}
FATI u(a) = {200 - < + (1 - <)e-(03-01a)(190) - (1 - <)e-(0 6-0 2a)1800(0.03 - 0.01a)}
For a = 0, FATI[0] = [13.36230, 29.6256], and when a = 1, FATI[1] = [20.3275, 20.3275]. This implies that we estimate monitoring 20 items from each accepted batch. The figure 3 displays the fuzzy average total inspection using Example 1.
Figure 3: FATI for DSP parameters N=200, c1=0, a=1, m=m=10
As formulated based on the structural definition given for p in this section, the FATI band can be plotted on the basis of pi with the range upper and lower boundaries. The width of this band depends on the amount of variation in the proportion parameter as a result of this. A lesser level of uncertainty produces a smaller band, and when the proportion parameter is highly accurate, the upper and lower limits are similar, suggesting that the AOQ and ATI curves return to their classic shape. The FATI band increases in proportion to the number of defective items in the input batch.
Considering the following case scenario: N = 200,n = 10,n2 = 10,c1 = 0,c2 = 1,A = np, n = % + n2, b2 = 0.01, b3 = 0.02, ^ = 0.0001. From these parameters, the next findings have been calculating the FATI band.
p(a) = [m + 0.01a,m + 0.02 - 0.01a] FATI = {200 -cp + (1- cp)e-10p(190) - (1 - <p)e-20p(1800p)}
For a = 0 we get
FATIl(0) = {200 -cp + (1- cp)e-10m(190) - (1 - (p)e-20m(1800m)} FATI u(0) = {200 -<p + (1- <p)e-(10 m+0 2)(190) - (1 - <p)e-(20 m+0 4)1800(rn + 0.02)}
Figure 4 and Table 3 show five FATI bands for N = 200, 250, 300, 350, and 400. These bands illustrate how FATI grows with the amount of defective products. The data demonstrate that when process quality reduces, the FATI band decreases. It has also been found that when process quality is good, FATI approaches the sample size, however when process quality is very low and most lots are rejected, leading FATI to get near the size of the entire lot.
Table 3: FATI for DSPs with fuzzy parameter ci=0, C2=1, ni=n2=10
M FATI for N = 200 FATI for N = 250 FATI for N = 300 FATI for N = 350 FATI for N = 400
0 10.1890, 20.4883 60.1890, 70.4883 110.1890, 120.4883 160.1890, 170.4883 210.1890, 220.4883
0.02 20.4883, 40.4462 70.4883, 90.4462 120.4883, 140.4462 170.4883, 190.4462 220.4883, 240.4462
0.04 40.4462, 63.3326 90.4462, 113.3326 140.4462, 163.3326 190.4462, 213.3326 240.4462, 263.3326
0.06 63.3326, 85.6678 113.3326, 135.6678 163.3326, 185.6678 213.3326, 235.6678 263.3326, 285.6678
0.08 85.6678, 105.8358 135.6678, 155.8358 185.6678, 205.8358 235.6678, 255.8358 285.6678, 305.8358
0.1 105.8358, 123.2538 155.8358, 173.2538 205.8358, 223.2538 255.8358, 273.2538 305.8358, 323.2538
0.12 123.2538, 137.8836 173.2538, 187.8836 223.2538, 237.8836 273.2538, 287.8836 323.2538, 337.8836
0.14 137.8836, 149.9492 187.8836, 199.9492 237.8836, 249.9492 287.8836, 299.9492 337.8836, 349.9492
0.16 149.9492, 159.7796 199.9492, 209.7796 249.9492, 259.7796 299.9492, 309.7796 349.9492, 359.7796
0.18 159.7796, 167.7240 209.7796, 217.7240 259.7796, 267.7240 309.7796, 317.7240 359.7796, 367.7240
0.2 167.7240, 174.1105 217.7240, 224.1105 267.7240, 274.1105 317.7240, 324.1105 367.7240, 374.1105
0.22 174.1105, 179.2281 224.1105, 229.2281 274.1105, 279.2281 324.1105, 329.2281 374.1105, 379.2281
0.24 179.2281, 183.3220 229.2281, 233.3220 279.2281, 283.3220 329.2281, 333.3220 379.2281, 383.3220
0.26 183.3220, 186.5948 233.3220, 236.5948 283.3220, 286.5948 333.3220, 336.5948 383.3220, 386.5948
0.28 186.5948, 189.2117 236.5948, 239.2117 286.5948, 289.2117 336.5948, 339.2117 386.5948, 389.2117
0.3 189.2117, 191.3058 239.2117, 241.3058 289.2117, 291.3058 339.2117, 341.3058 389.2117, 391.3058
0.32 191.3058, 192.9835 241.3058, 242.9835 291.3058, 292.9835 341.3058, 342.9835 391.3058, 392.9835
0.34 192.9835, 194.3294 242.9835, 244.3294 292.9835, 294.3294 342.9835, 344.3294 392.9835, 394.3294
0.36 194.3294, 195.4108 244.3294, 245.4108 294.3294, 295.4108 344.3294, 345.4108 394.3294, 395.4108
0.38 195.4108, 196.2812 245.4108, 246.2812 295.4108, 296.2812 345.4108, 346.2812 395.4108, 396.2812
0.4 196.2812, 196.9829 246.2812, 246.9829 296.2812, 296.9829 346.2812, 346.9829 396.2812, 396.9829
0.42 196.9829, 197.5494 246.9829, 247.5494 296.9829, 297.5494 346.9829, 347.5494 396.9829, 397.5494
0.44 197.5494, 198.0075 247.5494, 248.0075 297.5494, 298.0075 347.5494, 348.0075 397.5494, 398.0075
0.46 198.0075, 198.3785 248.0075, 248.3785 298.0075, 298.3785 348.0075, 348.3785 398.0075, 398.3785
0.48 198.3785, 198.6793 248.3785, 248.6793 298.3785, 298.6793 348.3785, 348.6793 398.3785, 398.6793
0.50 198.6793, 198.9234 248.6793, 248.9234 298.6793, 298.9234 348.6793, 348.9234 398.6793, 398.9234
0.52 198.9234, 199.1219 248.9234, 249.1219 298.9234, 299.1219 348.9234, 349.1219 398.9234, 399.1219
Conclusion
In conclusion, the integration of acceptance double sampling plans with integrates of fuzzy logic and ZIP distribution greatly improves the majority of methods in quality control. The use of the FAOQ band which has an upper and lower limits captures the fluctuation in defect proportions. The scenario of fuzzy logic resembles that ambiguity in the probability of defects is allowed and that results in most effective and accurate controlling. The ZIP distribution, is suited for higher number of defect free items, very similar to the stated FAOQ and FATI behavior. Acceptance double sampling plans enhance reliability by manage defect rejection and acceptance risks. This combination method gives an adequate basis for monitoring and calculating defect percentage, resulting in enhanced quality control and approaches to decision-making.
References
[1] Bohning, D., Dietz, E., and Schlattmann, P. (1999). The zero-inflated Poisson model and the decayed, missing and filled teeth index in dental epidemiology. Journal of the Royal Statistical Society, 162(2):195-209.
[2] Buckley, J. J. (2003). Fuzzy Probability. Heidelberg, Germany.
[3] Duncan, A. J. (1986). Quality Control and Industrial Statistics. Homewood: Richard D. Irwin, Inc.
[4] Chakraborty, T. K. (1994). A class of single sampling plan based on fuzzy optimization. Opsearch, 63(1):35-43.
[5] Ezzatallah, B., and Bahram, S. G. (2011). Acceptance double sampling plan using fuzzy Poisson distribution. World Applied Sciences Journal, 15(12):1692-1702.
[6] Kavithanjali, S., Sheik Abdullah, A., and Kamalanathan, R. (2004a). A review study on various sampling plans. Journal of Inventive and Scientific Research Studies, 1(2):15-28.
[7] Kavithanjali, S., and Sheik Abdullah, A. (2024b). Python implementation of fuzzy logic for zero-inflated Poisson single sampling plans. Reliability: Theory & Applications, 3(79):275-281.
[8] Kaviyarasu, and Thottathil, A. T. (2018). Designing STDS plan for zero-inflated Poisson distribution through various quality level. International Journal of Statistics and Applied Mathematics, 3(4):44-53.
[9] Zadeh, L. A. (1965). Fuzzy sets. Information and Control, 38(4):338-353.
[10] Lambert, D. (1992). Zero-inflated Poisson regression with an application to defects in manufacturing. Technometrics, 34(1):1-14.
[11] Malathi, and Muthulakshmi. (2012). Special double sampling plan with fuzzy parameter. Indian Journal of Applied Research, 2(1):117-120.
[12] McLachlan, G., and McLachlan, G. (2000). Finite Mixture Models. New York: John Wiley & Sons.
[13] Naya, H., et al. (2008). A comparison between Poisson and zero-inflated Poisson regression models with an application to number of black spots in Corriedale sheep. Genetics Selection Evolution, 40(1):379-393.
[14] Ridout, M., et al. (1998). Models for count data with many zeros. International Biometric Conference, Cape Town.
[15] Schilling, E. G., and Neubauer, D. V. (2009). Acceptance Sampling in Quality Control. Boca Raton: CRC Press.
[16] Tamaki, F., Kanagawa, H., and Ohta, H. (1991). A fuzzy design of sampling inspection plans by attributes. Japanese Journal of Fuzzy Theory and Systems, 315-327.
[17] Xie, M., et al. (2001). Zero-inflated Poisson model in statistical process control. Computational Statistics & Data Analysis, 38(2):191-201.