Quality Reliability Eng - 2024 - Kazmi - Adaptive EWMA Control Chart by Using Support Vector Regression
Quality Reliability Eng - 2024 - Kazmi - Adaptive EWMA Control Chart by Using Support Vector Regression
DOI: 10.1002/qre.3603
RESEARCH ARTICLE
KEYWORDS
adaptive control chart, machine learning, radial basis function, support vector regression
1 INTRODUCTION
Statistical techniques have attracted practitioners and researchers to keep an eye on the procedure under study. Quality
control charts are one of the common tools among these techniques to signal out of control when a process violates the
standards. One of the main objectives of using such monitoring tools is to find abnormalities in a process of manufacturing
or production. This helps empower the control system to promptly implement appropriate measures before the production
of faulty items. The fundamental elements of statistical process control (SPC) involve recognizing and overseeing special-
cause anomalies in a manufacturing workflow. This helps to maximize process efficiency and manufacturing capacity
while improving the quality of the goods.1
Walter A. Shewhart introduced the notion of a control chart, which subsequently became the cornerstone in mod-
ern SPC. Recent and highly effective statistical process monitoring tools encompass the Cumulative Sum (CUSUM) and
EWMA control charts. Page2 proposed the CUSUM chart, whereas Roberts3 suggested the EWMA chart. Such control
charts and the modified versions of them, find widespread application in process and service industries. They are pri-
marily employed to monitor slight variations in process parameters, as these minor disruptions can potentially lead to
significant financial consequences. However, in comparison to the Shewhart chart, such control charts do not work well
while attempting to spot significant process alterations. Although Control charts based on memory are widely used, their
effectiveness is restricted to scenarios in which shift magnitudes are recognized or in which the quality practitioner is
Qual Reliab Engng Int. 2024;40:3831–3843. wileyonlinelibrary.com/journal/qre © 2024 John Wiley & Sons Ltd. 3831
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
3832 KAZMI and NOOR-UL-AMIN
specifically responsible for creating a shift-specific based monitoring chart. While, in practical scenarios, the circum-
stances often differ; shift sizes may not be predetermined and may need to be estimated. Following this, scholars have
turned their attention to the more recent creation of dual control-charting frameworks and adaptive control-charting
frameworks in an effort to improve safeguarding in response to varying-sized shifts. Typically, an unbiased estimator
is assisted by EWMA statistic which is applied to adaptive control charts in order to estimate process shift. Subse-
quently, the derived shift estimator is used to optimize the control chart.4 Sparks5 developed an adaptive Cumulative
Sum (ACUSUM) chart to track the variations in process location, it demonstrated better performance in detecting shifts
of varying sizes than the conventional CUSUM chart. To improve the sensitivity of the CUSUM chart, this concept entails
estimating shift magnitude using the EWMA statistic after which adding it to the slack value. An adaptive AEWMA chart
was introduced by Capizzi and Masarotto6 as a means to observe the changes in process location. AEWMA chart was
crafted using the Huber score function7 to effectively combine the characteristics of Shewhart and EWMA charts. Sar-
war and Noor-ul-Amin (2022) formulated an adaptive EWMA control chart by incorporating a continuous function. One
notable benefit of this chart is that it allows for uniform adjustments to the smoothing parameter value based on the pro-
cess’s mean shift magnitude. The parameter-free AEWMA control chart that was developed by Noor et al.8 depends on
Bayesian theory under various loss functions, such as the squared error loss function and the linex loss function to adopt
the value of smoothing constant in accordance with the shift size in the process while constructing EWMA statistic.
Extensive scholarly literature attests to the increased effectiveness of employing machine learning-based tools for the
purpose of statistical process monitoring. These tools rooted in the domain of machine learning have demonstrated notable
capabilities in enhancing the monitoring and control of various processes. This affirmation underscores the growing
recognition and adoption of such advanced methodologies, affirming their utility in improving the overall efficiency of
process monitoring practices. For instance, within the realm of statistical process monitoring, various studies conducted
by researchers such as Cuentas et al.,9 He et al.,10 Shao and Hu,11 Apsemidis et al.,12 Chowdhury and Janan,13 and Pieters
et al.14 have extensively leveraged machine learning tools. These notable contributions have demonstrated the integra-
tion and application of advanced machine learning methodologies to enhance and refine statistical process monitoring
practices. The fact that these researchers are using these tools highlights a larger trend in the academic community and
validates the usefulness and potential of machine learning in process monitoring.
Riaz et al.15 introduced an adaptive EWMA control chart utilizing the principal component method to monitor the
process mean vector efficiently. Their method aims to enhance process monitoring by effectively identifying shifts in mean
vector patterns. This approach offers a concise and adaptable solution for real-time process control in diverse industrial
settings. Similarly, Noor et al.16 proposed a strategy for creating EWMA control charts, using residuals from the SVM
regression model. This approach aims to manage the adjustment of risk factors linked to patients. Getting motivation
from the literature, in this work, we proposed an adaptive EWMA control chart that adapts the smoothing constant from
a trained SVR model. To generate the run length profiles for the AEWMA chart, extensive Monte Carlo simulations are
used to calculate the average run length (ARL) and standard deviation of the run length (SDRL). Also, the performance of
the proposed chart is compared to the competitor control charts. Section 2 gives a brief review of SVR and the scheme of
adaptive control charts explained in Section 3. The Section 4 explains the design of the proposed chart and the performance
of the proposed chart is evaluated in Section 5. Section 6 investigates the results of a proposed chart with a considered
control chart. The real-life application is presented in Section 7 and finally, Section 8 concludes the findings.
A supervised machine learning algorithm called SVR was created to deal with regression issues. Regression analysis is a
useful tool for studying the relationship between an explained variable and one or more explanatory variables. SVR for-
mulates an optimization problem and uses that to obtain a regression function that connects input predictor variables to
observed response values. It is especially useful for handling data with significant dimensions because it strikes a balance
between prediction error and the complexities of models. Notably, SVR extends the Support Vector Machine (SVM) clas-
sification algorithm.17 Following18 the objective of SVR is to identify a function f(x) that minimizes the departure from the
actual target values across all training data while also maintaining a flat structure.
Suppose a given training data (x1 ,y1 , x2 ,y2 ),. . . ,(xi , yi ), ⊂ X × ℜ and i = 1,2,. . . ,n.
Consider the linear function f defined as
where <⋅⋅> denotes the dot product in x, x is the input space, 𝜔 is the weight vector, and b is the bias term. In the above
equation, flatness implies the pursuit of a small 𝜔. To achieve this minimizing the norm of 𝜔.
Minimize
∑𝑙
1 2 ( )
‖𝜔‖ + 𝐶 𝜉 + 𝜉𝑖∗
2 𝑖=1
Subject to
𝑦𝑖 − ⟨𝜔, 𝑥𝑖 ⟩ − 𝑏 ≤ 𝜀 + 𝜉
⟨𝜔, 𝑥𝑖 ⟩ + 𝑏 − 𝑦𝑖 ≤ 𝜀 + 𝜉𝑖∗
𝜉, 𝜉𝑖∗ ≥ 0
where C > 0, dictates the balance between the flatness of f and the extent to which deviations beyond ε are acceptable.
The regression control chart problems are mostly related to the entire count of variables, assumption of linear-
ity, and precision of fitting techniques. Conventional regression techniques frequently perform worse when dealing with
these issues. The utilization of the SVR method in constructing a regression-based adaptive control chart aimed at achiev-
ing improved results by adapting the value of the smoothing constant. Two key factors contribute to the success and utility
of SVR: the application of mathematical programming techniques and the use of kernel functions. As a result, quadratic
programming provides a competitive solution and a strong mathematical basis for SVR. Additionally, the incorporation
of kernel methods enables SVR to be a suitable technique for handling both linear and nonlinear data.
The predictive efficacy of SVR fluctuates based on the selection of the kernel function and the parameters that go
with it. Thus, it is imperative to initially choose an appropriate kernel function for SVR implementation. Linear kernels,
known for their simplicity, assume a linear relationship between input and output. Polynomial kernels, on the other hand,
offer flexibility by allowing for nonlinear relationships through polynomial transformations. Radial Basis Function (RBF)
kernels are particularly powerful for capturing intricate nonlinear patterns, as they map data into higher-dimensional
spaces. Each kernel type has its strengths and weaknesses, providing researchers and practitioners with versatile tools to
address diverse regression tasks effectively. The selection of kernel functions is highly contingent on the specific problem
and constitutes a crucial factor in SVR applications as illustrated in Figure 1.
These types of kernel functions are, such.
When a control chart responds to variations in process data by altering at least one of its design parameters, it is referred
to as an adaptive control chart. Within an adaptive EWMA control chart designed to seamlessly integrate aspects of both
Shewhart and EWMA charts, the core concept involves choosing the significance of the earlier observation based on the
error magnitude. This method seeks to mitigate the inertia problem while identifying shifts of various sizes.19 Sarwar and
Noor-ul-Amin (2022) introduced a new design of Adaptation of the smoothing constant being used for EWMA control
charts. With a location parameter of 𝜇 and a scale parameter of 𝜎2 at time 𝑡 ≥ 1, imagine {X𝑡} as a series of independent,
identically distributed random variables that follow a normal distribution. Consider 𝛿̂𝑡 as an estimate for a mean shift at
time t. Now, the estimator for the shift (𝛿) by following the formulation Jiang et al.20 is expressed as:
where smoothing constant 𝜑 ∈ (0, 1) and 𝛿̂0∗ = 0. The following estimator is used by the authors such as Sarwar and
Noor-ul-Amin (2022) for the estimation of the shift
𝛿̂𝑡∗
𝛿̂𝑡∗∗ = 𝑡
.
1 − (1 − 𝜑)
The provided function has recommended to set the parameter a as 7, and for the constant c, values of 2 and 1 are
suggested when 𝛿̂𝑡 ≤ 1 𝑎𝑛𝑑 1 < 𝛿̂𝑡 ≤ 2.7, respectively.
This section suggests a novel AEWMA control chart for tracking shifts in a normally distributed process mean. Let Xt be an
independent and identically random observations sequence with mean μo and standard deviation σo from an in-control
process. The idea is to first train the SVR model given below with the specified kernel and other parameters of SVR. To
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
KAZMI and NOOR-UL-AMIN 3835
do this use the standard normal variable Xt and the values of the smoothing constant (A supplementary file is provided,
containing the values of the smoothing constant alongside the shift values to train the SVR model) against specified values
Xt for training the SVR model given below.
𝑡
∑
𝑓 (𝑥) = 𝛼𝑖 𝐾 (𝑥, 𝑥𝑖 ) + 𝑏 (2)
𝑖=1
αi is the Langrage multiplier for each support vector determined during the training process, K(x, xi ) is the kernel func-
tion and b is the bias term. The various types of kernels available for use have been previously outlined in Section 2. Now
take the value of Xt of the desired quality characteristic and convert it to the standard normal form like 𝑍𝑡 = (𝑋𝑡 − 𝑥)∕𝑠̄
and then predict the value of smoothing constant λ through the trained SVR model given in Equation (2) for charting
statistic SAEWMAt .
If |SAEWMAt | > h, then the process triggered out of control signal. Where ℏ, is always expected to be greater than zero,
serves as a threshold. The in-control ARL is fixed at a given level, say ARL0 , by determining the value of h. Every kernel
function that is specified has its threshold value h determined independently. The feature of the proposed SAEWMA
control chart is that it does not depend on some pre-specified parameter(s) like other AEWMA controls. Figure 2 briefly
describes the design of the proposal.
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
3836 KAZMI and NOOR-UL-AMIN
5 PERFORMANCE EVALUATION
An analysis using simulation is done to determine how well the suggested control chart works. The run length profile
is used to investigate the effectiveness of the proposed chart in this study, which is a commonly used evaluation met-
ric to evaluate how well out-of-control processes are monitored. This section explains how the run length profiles of
the suggested control chart are computed using the Monte Carlo simulation approach for quality characteristics follow-
ing a normal distribution. To get the value of the smoothing constant, the SVM model must first be trained with the
consideration of sample observation.
Setting up the threshold value
(i) Decide the in-control ARL0 (say 370) and select the value of h (threshold).
(ii) Select the sample of size n from a standard normal distribution and predict the value of the smoothing constant
according to the mean magnitude of the desired quality characteristic through the trained SVM model.
(iii) Find the value of the proposed SAEWMA statistic given in Equation (3).
(iv) Follow the procedure of the control chart, if the process is declared as out-of-control record the number of subgroups
as the in-control run length.
(v) Repeat steps from (i) to (iv) 50,000 times to calculate the in-control ARL and SDRL, and modify the value of ℎ if
requisite.
(i) Generate the random sample from a shifted process and calculate the value of the proposed SAEWMA statistic given
in Equation (3)
(ii) Follow this procedure, if an out-of-control process is declared record the subgroup number as run length.
(iii) To compute the ARLs and 𝑆𝐷𝑅𝐿𝑠, repeat the whole procedure 50,000 times.
Hence, the RL profiles stated in Tables 1–4 have been widely produced for the performance assessment of this study.
An important factor influencing the performance of the monitoring algorithms is the quantity of training sets. The effi-
ciency of the SVR can only be maximized when it is sufficiently trained. The accuracy to detect the false alarm rate can be
reduced if improper training is exercised. Datasets of varying sizes with parameters C = 0.1, epsilon = 0.1, and gamma = 1
(Optimal choice of parameters with RBF kernel) at ARL0 = 370, are created to assess the SAEWMA control chart. The
efficacy of the SAEWMA is examined as the total number of training examples increases over time. Several inferences can
be made from these findings: (1) Up to a certain degree of accuracy, the SAEWMA chart’s performance can be enhanced
by increasing the number of training examples (early detection of false alarm rate). This might be accounted for by the
increased likelihood of accurate representation of a problem space that comes with sufficient large training sets. However,
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
KAZMI and NOOR-UL-AMIN 3837
the SAEWMA chart’s performance would not be significantly enhanced by increasing the training size after hitting these
limits. (2) Larger training datasets are used to provide a more detailed representation of the density distribution in situa-
tions where out-of-control signals have minor magnitudes. (3) Out-of-control signals with significant shifts are easier to
identify with smaller training examples. This is because signals with large shifts have distinct pattern features that make
them stand out more clearly from other random in-control patterns as shown in Table 1.
The performance of the proposed SAEWMA control chart investigated with different kernels and results are given in
Table 2. It includes ARL values calculated for various shifts in the mean of monitored quality characteristics. The calcula-
tions were carried out for different kernel functions with n = 1, considering ARL0 values of 200, 370, and 500. The quality
characteristic is thought to be normally distributed in the situations, both during the training of the SVR model and when
utilizing the trained model for making predictions based on input values. This indicates that the mean shifted from μo = 0
to μ1 = 0 + 0.5 (1) = 0.5 if the tested (shift) value was 0.5. Table 2 reveals that with a shift size (δ) of 0, the ARL closely
aligns with the initial value (ARL0 ) for every kernel type. However, as the shift size increases, the ARL experiences a rapid
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
3838 KAZMI and NOOR-UL-AMIN
FIGURE 3 (A) Kernel performance in terms of ARLs. (B) Kernel performance in terms of parameter prediction.
decline. Indeed, the rationale for employing SVM charts with various kernel functions is to enhance the effectiveness of
process monitoring by addressing certain limitations associated with conventional SPC methods.
1. With a minor shift, the RBF and polynomial kernels exhibit early detection of out-of-control points as compared to the
linear function. For instance, when ARL0 = 200, at a shift of 0.1, the linear kernel yields an ARL of 140.95, while its
counterparts RBF and polynomial kernels achieve ARL values of 123.9 and 130.25, respectively.
2. The RBF kernel demonstrates superior performance compared to the linear and polynomial kernels, particularly when
the initial ARL0 is substantial (e.g., 370). This is attributed to the fact that at higher ARL0 values, the SVR has a greater
capacity to effectively distinguish between in-control and out-of-control points, as demonstrated in Figure 3A.
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
KAZMI and NOOR-UL-AMIN 3839
(A) (B)
(C) (D)
3. It is evident that, given our focus on determining the smoothing parameter value for constructing the SEWMA
statistic, the SVR model using the RBF Kernel provides more precise predicted values for the smoothing
constant compared to other kernels across all mean shift values as supported by the findings presented in
Figure 3B.
4. When considering substantial shifts (δ ≥ 1), all kernel functions exhibit comparable performances. For instance, at
a shift of δ = 1, with an initial ARL0 set to 200, the corresponding ARL values for the linear, RBF, and polynomial
kernels are observed to be 9.27, 9.65, and 10.37, respectively. This convergence in performance highlights the consistent
behavior of the different kernel functions under larger shift conditions.
It is observed that the predictive capacity of the SVR model with the RBF kernel is significantly improved when the
parameter Gamma (G) = 1 is compared to other G values. The shift (increase) in the mean causes the smoothing constant
(λ) to increase respectively, resulting in a decrease in average run lengths (ARLs). For G = 1, when there is a mean shift
of 0.1, 0.2, 0.25, 0.50, 0.75, 1.00, 1.5, 2.00, and 2.5, the corresponding ARLs are 204.88, 96.11, 71.32, 26.06, 15.13, 10.97, 6.82,
5.03, and 4.11 as it is obvious from Table 3 and Figure 4. When the value of G is set to 1, the control chart exhibits increased
sensitivity to minor shifts. However, for substantial shifts, the control chart maintains consistent efficiency across all
Gamma values.
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
3840 KAZMI and NOOR-UL-AMIN
6 COMPARATIVE STUDY
The focus of this section is to contrast the adaptive control chart that is suggested using SVR with the AEWMA—I control
chart suggested by Noor et al.8 and the AEWMA—II control chart designed by Haq and Khoo.21 Noor et al.8 is a recent
paper on an adaptive control chart in the context of a parameter-free version. ARLs and SDRLs for previously suggested
control charts as well as the current ones are presented in Table 4. The proposed control chart using radial basis kernel is
more efficient than its competitor control chart. The efficiency of the newly developed control chart surpasses that of its
competitor for small shifts (less than 0.50) and performs equally well for shifts greater than or equal to 0.50. For instance,
when the shift δ is less than 0.50, ARLs for the proposed control chart are 370.9, 204.88, 136.31, 96.11, and 71.32, while
those for the existing control chart AEWMA—I are 369.87, 217.49, 145.18, 101.48, and 73.57 and for AEWMA—II are 370.83,
221.35, 148.61, 102.57, and 75.02, respectively. Moreover, for shifts δ ranging from 0.50 to 4, the ARLs of the proposed control
chart are 26.06, 15.13, 10.97, 6.82, 5.03, 3.56, and 2.93, compared to the ARLs of the existing control chart, which are 26.48,
15.41, 10.70, 6.77, 4.97, 3.34, and 2.57.
7 REAL-LIFE APPLICATION
In this section, our focus will center on defining the contextual background of authentic data and explaining the procedural
methodology employed in implementing the proposed scheme.
The pistons also known as reciprocating engines find extensive applications in compressors, cars, pumps, motors, and
automobiles, utilizing various natural fuels such as biogas, natural gas, and biodiesel. Functioning as moving components
within cylinders, these engines compress gas by tightly sealing it through the piston ring. A piston engine’s main goal is
to use a piston rod to transfer force from the gas that is expanding in the cylinder bore to the crankshaft. Every piston has
a bore, also known as a cylinder bore, whose diameter is used to determine its size. A number of variables, including the
cylinder bore, stroke, and the space between the piston and the cylinder, affect an engine’s displacement, which collectively
plays a critical role in engine performance. Hence, accurate measurement of the internal diameter of the cylinder bore is
crucial. To serve the objectives of our study, data on the cylinder bore diameters were extracted from research conducted
by Zaman et al.22 A total of 40 samples of size 1 were gathered, with measurements conducted at the precision of 1/10,000
of an inch, exemplified by values like 3.5205, 3.5202, and so forth, signifying the engine block’s cylinder bores’ internal
diameter. Only the final three digits of each measurement were kept in order to make comparisons easier. For instance,
from the measurement 3.5205, only 205 was recorded, as the first two digits (3.5) are consistent across all data points. It
is important to note that the original data underwent standardization prior to its utilization for the intended purposes in
the study.
Figures 5 and 6 clearly show that during the first 30 samples, the control chart stays stable, indicating that the process
is in an in-control state. The control charts demonstrate that in the next 10 samples, the process mean shifts upward.
Notably, out-of-control conditions are detected by the proposed SAEWMA control chart earlier than the AEWMA—II
control chart proposed by Haq and Khoo,21 that is, SAEWMA and AEWMA—II charts trigger out-of-control signals at
the 32nd and 38th samples, respectively. The data indicates that, on average, the suggested chart demonstrates greater
sensitivity compared to the current chart.
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
KAZMI and NOOR-UL-AMIN 3841
This paper presents a new method for efficiently tracking changes in the process mean: the SVR-based EWMA control
chart. The charting statistics are derived by employing the smoothing constant, predicted through the training of the SVR
model. A thorough examination is conducted on the SVR model, with an emphasis on how various kernels affect the
suggested control chart’s performance in particular. The effectiveness of the proposed SAEWMA chart is assessed, and
numerical results (ARLs) are compared with the alternatives that are currently available. The findings show that in terms
of ARL performance, the SAEWMA chart performs better than the AEWMA chart. Furthermore, a practical application
involving cylinder bore diameter measurements is presented to illustrate the real-life application of the SAEWMA chart.
The outcomes from this application show the effectiveness of the proposed methodology in a practical industrial setting.
Future endeavors could explore enhancing the performance of the SAEWMA chart through the integration of alterna-
tive machine-learning methods. Additionally, exploring different kernel functions, not covered in this study, presents a
fascinating path for further research, to be addressed in subsequent works.
AU T H O R CO N T R I B U T I O N S
Muhammad Waqas Kazmi: Research Design; methodology; analysis; writing—original draft preparation. Muham-
mad Noor-ul-Amin: Conceptualization; supervision; methodology review; validation; writing—reviewing and editing.
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
3842 KAZMI and NOOR-UL-AMIN
AC K N OW L E D G M E N T
This study was conducted without external funding.
D A T A AVA I L A B I L I T Y S T A T E M E N T
The data that support the findings of this study are available as supplementary material accompanying this article.
ORCID
Muhammad Noor-ul-Amin https://orcid.org/0000-0003-2882-221X
REFERENCES
1. Montgomery DC. Statistical Quality Control. Vol 7. Wiley; 2009.
2. Page ES. Continuous inspection schemes. Biometrika. 1954;41(1/2):100-115.
3. Roberts SW. Control chart tests based on geometric moving averages. Technometrics. 1959;42(1):97-101.
4. Haq A, Gulzar R, Khoo MB. An efficient adaptive EWMA control chart for monitoring the process mean. Qual Reliab Eng Int.
2018;34(4):563-571.
5. Sparks RS. CUSUM charts for signalling varying location shifts. J Qual Technol. 2000;32(2):157-171.
6. Capizzi G, Masarotto G. An adaptive exponentially weighted moving average control chart. Technometrics. 2003;45(3):199-207.
7. Huber P. Robust Statistics. John Wiley and Sons; 1981.
8. Noor-ul-Amin M, Noor S, Feroze N. A parameter free Bayesian adaptive EWMA mean chart under different loss functions. Qual Reliab
Eng Int. 2022;38(4):2156-2169.
9. Cuentas S, Peñabaena-Niebles R, Garcia E. Support vector machine in statistical process monitoring: a methodological and analytical
review. Int J Adv Manuf Technol. 2017;91:485-500.
10. He S, Jiang W, Deng H. A distance-based control chart for monitoring multivariate processes using support vector machines. Ann Oper
Res. 2018;263:191-207.
11. Shao YE, Hu YT. Using machine learning classifiers to recognize the mixture control chart patterns for a multiple-input multiple-output
process. Mathematics. 2020;8(1):102.
12. Apsemidis A, Psarakis S, Moguerza JM. A review of machine learning kernel methods in statistical process monitoring. Comput Ind Eng.
2020;142:106376.
13. Chowdhury NR, Janan F. Control chart pattern recognition: a comparison between statistical correlation measure and support vector
machine (svm). In Proceedings of the 5th NA International Conference on Industrial Engineering and Operations Management Detroit,
pp. 10-14, 2020.
14. Pieters L, Malela-Majika JC, Human S, Castagliola P. A new multivariate extended homogeneously weighted moving average monitoring
scheme incorporated with a support vector machine. Qual Reliab Eng Int. 2023;39(6):2454-2475.
15. Riaz M, Zaman B, Raji IA, Omar MH, Mehmood R, Abbas N. An adaptive EWMA control chart based on principal component method to
monitor process mean vector. Mathematics. 2022;10(12):2025.
16. Noor-ul-Amin M, Khan I, Alzahrani ARR, Ayari-Akkari A, Ahmad B. Risk-adjusted EWMA control chart based on support vector machine
with application to cardiac surgery data. Sci Rep. 2024;14(1):9633.
17. Zhang F, O’Donnell LJ. Support vector regression. Machine Learning. Academic Press; 2020:123-140.
18. Gani W, Taleb H, Limam M. Support vector regression based residual control charts. J Appl Statist. 2010;37(2):309-324.
19. Sarwar MA, Noor-ul-Amin M. Design of a new adaptive EWMA control chart. Qual Reliab Eng Int. 2022;38(7):3422-3436.
20. Jiang W, Shu L, Apley DW. Adaptive CUSUM procedures with EWMA-based shift estimators. IIE Trans. 2008;40(10):992-1003.
21. Haq A, Khoo MBCMichael. A parameter-free adaptive EWMA mean chart. Qual. Technol. Quant. Manag. 2020,17(5):528-543.
22. Zaman B, Lee MH, Riaz M, Abujiya MR. An adaptive approach to EWMA dispersion chart using Huber and Tukey functions. Qual Reliab
Eng Int. 2019;35(6):1542-1581.
S U P P O RT I N G I N F O R M AT I O N
Additional supporting information can be found online in the Supporting Information section at the end of this article.
How to cite this article: Kazmi MW, Noor-ul-Amin M. Adaptive EWMA control chart by using support vector
regression. Qual Reliab Eng Int. 2024;40:3831–3843. https://doi.org/10.1002/qre.3603
10991638, 2024, 7, Downloaded from https://onlinelibrary.wiley.com/doi/10.1002/qre.3603 by Muhammad Noor-ul-Amin - COMSATS Inst of Info Techn - I , Wiley Online Library on [11/11/2024]. See the Terms and Conditions (https://onlinelibrary.wiley.com/terms-and-conditions) on Wiley Online Library for rules of use; OA articles are governed by the applicable Creative Commons License
KAZMI and NOOR-UL-AMIN 3843
AU T H O R B I O G R A P H I E S
Muhammad Waqas Kazmi is pursuing a PhD degree in Statistics at COMSATS University Islam-
abad, Lahore Campus. He holds a Master’s in Statistics from the Department of Statistics, Faculty
of Sciences, University of Sargodha. His research primarily focuses on statistical process control,
artificial neural networks, machine learning, and deep learning.
Muhammad Noor-ul-Amin received his PhD degree from NCBA and E, Lahore, Pakistan. He is
currently working as an Associate Professor at COMSATS University Islamabad-Lahore Campus.
His research interests include Sampling methods and Statistical Quality Control.