Abstract
This study sought to identify the most accurate forecasting models for COVID-19-confirmed cases, deaths, and recovered patients in Pakistan. For COVID-19, time series data are available from 16 April to 15 August 2021 from the Ministry of National Health Services Regulation and Coordination’s health advice portal. Descriptive as well as time series models, autoregressive integrated moving average, exponential smoothing models (Brown, Holt, and Winters), neural networks, and Error, Trend, Seasonal (ETS) models were applied. The analysis was carried out using the R coding language. The descriptive analysis shows that the average number of confirmed cases, COVID-19-related deaths, and recovered patients reported each day were 2,916, 69.43, and 2,772, respectively. The highest number of COVID-19 confirmed cases and fatalities per day, however, were recorded on April 17, 2021 and April 27, 2021, respectively. ETS (M, N, M), neural network, nonlinear autoregressive (NNAR) (3, 1, 2), and NNAR (8, 1, 4) forecasting models were found to be the best among all other competing models for the reported confirmed cases, deaths, and recovered patients, respectively. COVID-19-confirmed outbreaks, deaths, and recovered patients were predicted to rise on average by around 0.75, 5.08, and 19.11% daily. These statistical results will serve as a guide for disease management and control.
1 Introduction
The entire globe is in danger, and a COVID-19 pandemic is a real possibility. It began in Wuhan, China, in the second half of December 2019 and has since spread over the world as a major health risk. It is a contagious illness that has infected over 10,000 people in less than a month, with hundreds of people dying [1]. The coronavirus is a highly infectious virus with rapid human-to-human transmission and a greater threat to elderly people living in non-central areas. Chinese researchers contributed to the early stages of the disease by conducting scientific studies and sharing the epidemiological characteristics of the deadly virus with the rest of the world. A detailed review study of the epidemiological characteristics of COVID-19 are available in ref. [1]. COVID-19 claimed hundreds of lives, while also having a negative influence on the society and economy [2,3,4]. Most countries were under lockdown, uncertain, and in constant anxiety as a result of rapid human-to-human transmission of the virus [5,6].
The virus was formally named COVID-19 by the World Health Organization (WHO) on February 11, 2020, then SARS-CoV-2 by the International Committee on Taxonomy of Viruses. According to the current COVID-19 statistics, there were 202,608,306 confirmed cases globally as of August 9, 2021, with 4,293,591 deaths [7]. Due to the fast transmission of COVID-19 [8], many countries have been placed under lockdown, severely damaging the global economy [3,4,9]. COVID-19 will diminish worldwide economic output by around 12 trillion dollars over the next 3 years, according to the United Nations Department of Economic and Social Affairs, and the epidemic will force more than 34 million people into extreme poverty [10].
On February 26, 2020, two COVID-19-confirmed cases were verified in Pakistan. Both affected individuals had been to Iran and Pakistan, two countries that share a border. As of March 29, 2020, the confirmed cases had risen to 1,547, including 14 fatalities, with Punjab (558) having the most instances, followed by Sindh (502), and Balochistan (138) [11]. From February 26 to March 23, the government of Pakistan took several steps, including closing the Pakistan–Iran border, ensuring screening and quarantine facilities at the Pak–Iran border as the main spread of the initial COVID-19 in Pakistan was due to pilgrims returning from Iran at the Taftan border, imposing section 144, closing educational institutions, and suspending international flights. Because of the escalating pattern of COVID-19 instances, a countrywide lockdown was ordered from March 23 to April 25, 2020.
According to the studies, disease outbreaks pose a significant threat to a country’s health infrastructure, for example, inadequate health regulations, inadequate governance, and the general public’s dangerous attitude toward preventative measures, play a role in the worst-case scenario [12,13,14]. On this topic, Firouzbakht et al. [15] performed a web-based survey to find out what factors influence COVID-19 prevention behavior and discovered that half of the respondents did not take COVID-19 prevention measures seriously, such as wearing masks, washing their hands, and wearing gloves.
Another significant aspect for policymakers and health professionals to consider when developing policies for disease management and control is predicting disease behavior or patterns. To better understand the trend, level, and trajectory of infectious diseases, epidemiologists use mathematical and statistical models to capture disease propagation [16]. Many studies contributed to emphasizing the trajectory of COVID-19 new outbreaks, deaths, recoveries, and current cases through statistical modeling. Here are a few instances, but they are by no means exhaustive. Aslam [17] used a Kalman filter with autoregressive integrated moving average (ARIMA) for forecasting important characteristics of the COVID-19 spread in Pakistan. Aslam et al. [18] developed an ARIMA model to forecast the COVID-19 confirmed cases in Pakistan, India, and Bangladesh. Chaudhry et al. [19] forecasted the COVID-19 cases in Pakistan using a simple moving average in their time series expert model and found that COVID-19 cases were predicted to rise. Ali et al. [20] used R packages to predict the cumulative confirmed cases, recovered cases, and the number of deaths in Pakistan using the ARIMA models. It is found that the ARIMA models have superior forecasting accuracy than other competitive time series models. Qiang et al. [21] utilized a specific decomposition ensemble model to project COVID-19 confirmed outbreaks, deaths, and recoveries in Pakistan, with a positive conclusion in this regard. Rahimi et al. [22] employed forecasting models to predict the COVID-19 pattern after conducting a thorough review analysis. More details and effective implementation of time series models for forecasting disease patterns are available in refs [23,24,25,26,27,28,29]. Naeem et al. [30] predicted COVID-19 cases by using various machine learning approaches for aiding in the formulation of short-term policy. Appadu et al. [31] projected the total number of people infected and the number of active cases for COVID-19 transmission using forecasting techniques including Euler’s iterative method and cubic spline interpolation.
2 Data and methodology
This research is mostly based on data from COVID-19-confirmed cases, fatalities, and recovered patients reported daily in Pakistan. The Ministry of National Health Services Regulation and Coordination’s official website (https://covid.gov.pk) has captured and made available the time series data with no missing values from the April 16 to August 15, 2021. The number of confirmed cases, deaths due to COVID-19, and recovered patients decreased and then increased from April 16 to August 15, 2021. Both series have shown a progressive drop, while COVID-19-related illnesses and deaths have been steadily increasing since the end of July and the beginning of August. This could be related to the breakouts and the rapid spread of the delta variant’s fourth spike, particularly in Karachi, Sindh’s economic capital and largest city. ARIMA, exponential smoothing models (Brown, Holt, and Winters), neural networks, and Error, Trend, Seasonal (ETS) models were among the six-time series models tested. To finish the descriptive and time series analysis, the R programming language was employed. For a full description and implementation of the R automatic time series forecasting package, especially to “forecast” real-time series data, see Hyndman and Khandakar [32]. Also, for time series analysis applications with R, refer to Cryer and Chan [33]. Based on the accuracy measures, the top models are chosen. The two essential accuracy measures, root mean square error (RMSE) and mean absolute error (MAE), were used to identify the best forecasting models for the confirmed cases, fatalities due to COVID-19, and recovered patients in Pakistan to test the resilience and generalizability of the utilized models.
2.1 ETS model
The ETS model has three parts: the first letter “E” stands for error, the second letter “T” stands for trend, and the third letter “S” is for the seasonal pattern. The readers are referred to Hyndman et al. [34,35] to understand the three-character string terminology. The first character is an error type and can be attributed as (“A”, “M,” or “Z”), the second character is a trend type, which is (“N”, “A”, “M,” or “Z”) and the third character denotes the season type (“N”, “A”, “M,” or “Z”). The characters “N” = none, “A” = additive, “M” = multiplicative, and “Z” = automatically selected in all cases. The ETS (A, N, N) model, for example, denotes basic exponential smoothing with additive error, whereas the ETS (M, A, M) model denotes the multiplicative Holt–Winters method with multiplicative error, and so forth. The model can be fitted using the “ETS” function in the R programming language, which provides the optimal parameter values automatically, using the “forecast” package. For the application and comparison of various time series models, namely, ARIMA, ETS, TBATS, and hybrid models, to anticipate COVID-19’s second wave in Italy, refer to Perone [29].
2.2 Mathematical description of the model
Let
where
Here h period ahead mean is denoted by
where
2.3 Accuracy measures
The following accuracy measures are used to evaluate the best model: RMSE, MAE, and mean absolute percentage error (MAPE), whose mathematical representations are reported by Naeem et al. [30].
2.4 Neural network nonlinear autoregressive (NNAR) model
The input layer, hidden layer, and output layer make up the basic structure of an artificial neural network (ANN). The NNAR mode [29,36] is a feed-forward NN with a single hidden layer and the lagged value of the time series as inputs. The inputs are lags 1 to p and lag m to mp, where m is the time series’ frequency. For example, the frequency for annual data is 12, while for daily data, the frequency is 7. Both non-seasonal and seasonal data can be used with the ANN model. The fitted model for non-seasonal data is designated as NNAR (p, k), where p is a lagged input and k is the number of nodes in the single hidden layer. The NNAR (p, 0) model is similar to the ARIMA (p, 0, 0) model, but without the stationary constraints. The fitted model for seasonal data is called an NNAR (p, P, k) [m], which is similar to ARIMA (p, 0, 0) (P, 0, 0) [m] but without stationary constraints. The model can be fitted in the R programming language using the “forecast” package, which uses the “NNETAR” function to automatically generate the best parameter values. The model uses the default setting of P = 1 for the seasonal setting, and p is chosen from the best linear model fitted to the “seasonally adjusted data.” If k is not supplied, [p + P + 1]/2 is used instead. It is difficult to determine prediction intervals for the forecasts produced by neural networks since they are not based on a clearly defined stochastic model. Despite this, we can still calculate prediction intervals through simulation, where future sample routes are produced using bootstrapped residuals. A forecast error is given by
Therefore, we can write
where
where
Monthly average COVID confirmed cases, death, and recovered patients in Pakistan
Time | Confirmed cases | Deaths | Recovered patients |
---|---|---|---|
April (16–30) | 5,355 | 131 | 4,416 |
May | 3,116 | 93 | 4,117 |
June | 1,186 | 48 | 1,989 |
July | 2,452 | 35 | 1,204 |
Aug (1–15) | 4,482 | 70 | 3,157 |
3 Results and discussions
The outcomes of the descriptive analysis of the data are displayed in Table 2. Each day, an average of 2,916,156 confirmed cases, 69,434,007 COVID-19-related fatalities, and 2,772,169 recovered patients were reported. The highest day totals of COVID-19 confirmed cases, deaths, and recovered patients were recorded on April 17, April 27, and July 27, respectively, in 2021.
Descriptive measures of COVID-19 confirmed cases, deaths, and recovered patients in Pakistan
Measures | Confirmed cases | Deaths | Recovered patients |
---|---|---|---|
Min. | 663.00 | 11.00 | 543.0 |
1st Qu. | 1497.00 | 38.25 | 1,183 |
Median | 2593.00 | 66.00 | 2,524 |
Mean Value | 2916.00 | 69.43 | 2,772 |
SD | 1561.56 | 40.07 | 1,692 |
3rd Qu. | 4277.00 | 91.00 | 4,225 |
Max. | 6127.00 | 201.0 | 7,020 |
According to the analyses, the confirmed cases and fatalities had a downward trend on April 16, 2021, with the mean cases and deaths being 5,355 with 131 deaths, 316 with 93 deaths, and 1,186 with 48 deaths, respectively. Up until the 15th of August, there was a trend toward growth. The time series plot of confirmed COVID-19 cases and deaths from April 16 to August 15, 2021 is shown in Figures 1 and 4.

Reported COVID-19-confirmed cases, Pakistan.
3.1 Reported COVID-19 confirmed cases
To determine the best forecasting model for confirmed COVID-19 cases in Pakistan, we examined a set of time series models. Figure 1 depicts the presentation of the confirmed patient series from April 16 to August 15, 2021, as well as the autocorrelation function (ACF) and partial autocorrelation function (PACF).
Six distinct time series models were used: ARIMA, neural networks, ETS models, and exponential smoothing methods (Brown, Holt, and Winters).
Table 3 shows a full description of fitted models with accuracy measurements, such as the RMSE and MAE. The ETS (M, N, M) forecasting model was found to be the best of all the competing models, with the lowest RMSE (439.55) and MAE (316.44). Table 4 shows the 10-point COVID-19 instances anticipated in Pakistan, with lower and upper confidence intervals (CIs) of 80 and 95%, respectively.
Detailed summary of accuracy measures of fitted models for COVID-19 cases (the best model is indicated in bold)
Fitted models | RMSE | MAE | MAPE |
---|---|---|---|
ARIMA | 478.20 | 342.46 | 13.03346 |
Brown | 502.51 | 376.51 | 14.65873 |
Holt | 577.93 | 425.14 | 15.98538 |
Winters | 474.72 | 343.53 | 14.81227 |
ANN | 485.14 | 354.94 | 14.50759 |
ETS | 439.55 | 316.44 | 11.77254 |
Forecasted details under the selected ETS (M, N, M) model
80% CI | 95% CI | ||||
---|---|---|---|---|---|
Time | Forecast | Low | Up | Low | Up |
16 (Aug) | 3078.33 | 2429.48 | 3727.18 | 2086.00 | 4070.65 |
17 | 3761.41 | 2823.97 | 4698.85 | 2327.72 | 5195.10 |
18 | 4024.44 | 2886.27 | 5162.62 | 2283.76 | 5765.13 |
19 | 3745.79 | 2572.92 | 4918.66 | 1952.04 | 5539.54 |
20 | 3790.92 | 2498.16 | 5083.67 | 1813.82 | 5768.01 |
21 | 3866.73 | 2447.43 | 5286.04 | 1696.10 | 6037.37 |
22 | 3831.68 | 2331.14 | 5332.22 | 1536.81 | 6126.56 |
23 | 3078.33 | 1800.94 | 4355.73 | 1124.73 | 5031.94 |
24 | 3761.42 | 2116.60 | 5406.23 | 1245.88 | 6276.95 |
25 | 4024.45 | 2178.27 | 5870.64 | 1200.96 | 6847.95 |
Figure 2 shows a graphical representation of the actual and fitted data, while Figure 3 shows a forecast with an 80 and 95% confidence band. The graphical representation of the real and confirmed cases indicates that the ETS has a high level of agreement (M, N, and M).

A plot of actual and predicted ETS (M, N, M) model.

A plot of forecasted ETS (M, N, M) model, with CI 80 and 95%.
3.2 Reported COVID-19-related deaths
Table 5 provides a detailed description of the fitted time series modes for the reported COVID-related deaths in Pakistan. Figure 4 depicts the ACF and PACF, as well as a series of deaths from April 16 to August 15, 2021. Table 6 shows the 10-point reported COVID-related deaths in Pakistan, with lower and upper CIs of 80 and 95%, respectively.
Detailed summary of accuracy measures of fitted models for COVID-19 deaths (the best model is indicated in bold)
Fitted models | RMSE | MAE | MAPE |
---|---|---|---|
ARIMA | 18.08 | 13.59 | 24.35868 |
Brown | 21.74 | 15.81 | 28.99342 |
Holt | 26.19 | 17.93 | 31.87953 |
Winters | 20.06 | 14.80 | 27.87535 |
ANN | 17.25 | 12.22 | 22.39879 |
ETS | 18.12 | 12.48 | 23.17834 |

Reported COVID-19-related deaths, Pakistan.
When comparing the various fitted models, the NNAR (3, 1, 2) model is shown to be the most optimal. Based on the least forecasting error, the best forecasting model for predicting death due to COVID-19 was chosen. The RMSE and MAE errors of the NNAR (3, 1, 2) model are 17.25 and 12.22, respectively, as shown in Table 5.
The graphical representation of actual and fitted models are demonstrated in Figure 5, whereas Figure 6 shows the forecasted with an 80 and 95% confidence band. The real and fitted confirmed cases are represented graphically, which are in good agreement under the NNAR (3, 1, 2) model.

A plot of actual and predicted NNAR (3, 1, 2) model.

A plot of the forecasted NNAR (3, 1, 2) model, with CI 80 and 95%.
Forecast details under the selected NNAR (3, 1, 2) model
80% CI | 95% CI | ||||
---|---|---|---|---|---|
Time | Forecast | Low | Up | Low | Up |
16 (Aug) | 75.24 | 58.38 | 97.33 | 42.52 | 106.80 |
17 | 76.01 | 52.42 | 96.51 | 39.36 | 116.76 |
18 | 84.53 | 58.61 | 109.2 | 35.46 | 117.80 |
19 | 79.75 | 48.35 | 101.5 | 35.05 | 124.79 |
20 | 76.08 | 46.22 | 98.66 | 35.33 | 108.17 |
21 | 71.75 | 46.82 | 91.18 | 28.65 | 113.00 |
22 | 71.57 | 45.56 | 91.09 | 34.28 | 104.48 |
23 | 72.32 | 40.73 | 101.0 | 30.06 | 111.42 |
24 | 72.89 | 38.75 | 98.49 | 14.38 | 116.28 |
25 | 76.45 | 43.99 | 109.5 | 34.01 | 124.26 |
3.3 Recovered or discharged patients
Figure 7 shows the display of recovered patient series from April 16, 2021 to August 15, 2021 along with ACF and PACF.

Reported COVID-19 recovered patients, Pakistan.
The NNAR (8, 1, 4) model is shown to be the most optimal among the numerous fitted models when compared to its counterpart models. Based on the least forecasting error, the best forecasting model for predicting daily recovered or discharged patients from the hospital was chosen. Table 7 shows the NNAR (8, 1, 4) model’s RMSE (551.805) and MAE (325.68). Table 8 shows the 10-point COVID-19 instances anticipated in Pakistan, with lower and upper CIs of 80 and 95%, respectively.
Detailed summary of accuracy measures of fitted models for COVID-19 recovered patients (the best model is indicated in bold)
Fitted models | RMSE | MAE | MAPE |
---|---|---|---|
ARIMA | 1075.60 | 694.52 | 27.70 |
Brown | 1080.23 | 700.07 | 27.95 |
Holt | 1098.98 | 719.37 | 27.70 |
Winters | 1108.02 | 725.97 | 30.60 |
ANN | 551.805 | 325.68 | 15.76 |
ETS | 1243.79 | 827.12 | 29.63 |
Forecasted details under the selected NNAR (8, 1, 4) model
80% CI | 95% CI | ||||
---|---|---|---|---|---|
Time | Forecast | Low | High | Low | High |
16 Aug | 1825.54 | 1153.93 | 2689.00 | 901.58 | 2991.70 |
17 Aug | 2637.90 | 1458.55 | 3756.53 | 642.28 | 4243.54 |
18 Aug | 2281.08 | 1409.10 | 3880.95 | 592.60 | 4794.60 |
19 Aug | 2772.30 | 2047.44 | 4021.89 | 1496.77 | 4339.39 |
20 Aug | 2933.67 | 2283.58 | 3773.03 | 1768.23 | 4530.02 |
21 Aug | 4215.56 | 2972.59 | 4937.56 | 2430.52 | 5513.29 |
22 Aug | 2547.23 | 1796.19 | 4006.11 | 1032.74 | 4674.23 |
23 Aug | 2861.74 | 1657.68 | 4343.96 | 1126.60 | 4969.40 |
24 Aug | 2013.97 | 1447.91 | 3484.80 | 1090.43 | 4384.06 |
25 Aug | 2328.68 | 1139.60 | 3794.01 | 673.30 | 4466.39 |
The graphical representation of the actual and fitted models are demonstrated in Figure 8, whereas Figure 9 shows the forecast with an 80% and 95% confidence band. The graphical representation of the actual and fitted cases shows good agreement under the NNAR (8, 1, 4) model.

A plot of the actual and predicted NNAR (8, 1, 4) model.

A plot of the forecasted NNAR (8, 1, 4) model, with CI 80 and 95%.
Pakistan cannot afford a state-wide total lockdown due to the country’s weak economic status, as people will die of famine rather than COVID-19. As a result, Pakistan adopted a smart lockdown, and the concept was widely accepted around the world. In Pakistan, it was proven to be effective in controlling COVID-19 instances. Despite its lack of healthcare facilities, Pakistan’s government successfully executed the lockdown. On the other hand, the situation in India is not as bad as it is in many other developing countries. However, the fight is far from over. COVID-19-related policies that are wise, effective, and proactive are still needed, as is the maximal administration of COVID-19 vaccination doses to the elderly population. Simultaneously, the government and other non-governmental organizations must conduct an effective public awareness campaign to encourage people to get vaccinated, while simultaneously exposing the COVID-19 vaccine’s uncertainties and misinformation. Because the selected forecasting models ETS (M, N, M), NNAR (3, 1, 2), and NNAR (8, 1, 4) predicted that COVID-19 confirmed outbreaks, deaths, and recovered or discharged patients are expected to rise by 0.75, 5.08, and 19.11% daily in Pakistan, to prevent the spread of the delta form, Pakistan’s fourth spike, the national command and operation center should strictly enforce the social vaccination, which includes masks, social distance, and handwashing.
4 Conclusion
ETS (M, N, M), NNAR (3, 1, 2), and NNAR (8, 1, 4) forecasting models were shown to be the best among all other competing models for reported confirmed cases, deaths, and recovered patients, respectively. Under the chosen models, a ten-point forecast suggested that COVID-19 confirmed outbreaks, deaths, and recovered or discharged patients are anticipated to rise by 0.7, 5.08, and 19.11% daily, respectively. These data findings will help researchers better understand the progression of COVID-19-related illnesses, deaths, and recoveries in Pakistan to improve disease management and control.
-
Funding information: This project was funded by the Deanship Scientific Research (DSR), King Abdulaziz University, Jeddah, under the Grant no. KEP-PhD:21-130-1443. The authors acknowledge with thanks DSR for the technical and financial support.
-
Author contributions: All authors have accepted responsibility for the entire content of this manuscript and approved its submission.
-
Conflict of interest: The authors state no conflict of interest.
-
Data availability statement: All data generated or analyzed during this study are included in this published article.
References
[1] Khalili M, Karamouzian M, Nasiri N, Javadi S, Mirzazadeh A, Sharifi H. Epidemiological characteristics of COVID-19: A systematic review and meta-analysis. Epidemiol Infect. 2020;148:130.10.1017/S0950268820001430Search in Google Scholar PubMed PubMed Central
[2] Anser MK, Yousaf Z, Khan MA, Nassani AA, Abro M, Vo XH, et al. Social and administrative issues related to the COVID-19 pandemic in Pakistan: better late than never. Environ Sci Pollut Res. 2020;27(27):34567–73.10.1007/s11356-020-10008-7Search in Google Scholar PubMed PubMed Central
[3] Bagchi B, Chatterjee S, Ghosh R, Dandapat D. Impact of COVID-19 on global economy. Coronavirus Outbreak and the Great Lockdown. Germany: Springer; 2020. p. 15–26.10.1007/978-981-15-7782-6_3Search in Google Scholar
[4] Gautam S, Hens L. COVID-19: Impact by and on the Environment, Health and Economy. Environ Dev Sustain. 2020;22:4953–4.10.1007/s10668-020-00818-7Search in Google Scholar PubMed PubMed Central
[5] Fitzpatrick KM, Drawve G, Harris C. Facing new fears during the COVID-19 pandemic: The State of America’s mental health. J Anxiety Disord. 2020;75:102291.10.1016/j.janxdis.2020.102291Search in Google Scholar PubMed PubMed Central
[6] Mertens G, Gerritsen L, Duijndam S, Salemink E, Engelhard IM. Fear of the coronavirus (COVID-19): Predictors in an online study conducted in March 2020. J Anxiety Disord. 2020;74:102258.10.1016/j.janxdis.2020.102258Search in Google Scholar PubMed PubMed Central
[7] Coronavirus W Dashboard| WHO Coronavirus (COVID-19) Dashboard With Vaccination Data: https://covid19.who.int/? gclid: assessed at 9 Augest 7:07pm CEST. 2021, 2021.Search in Google Scholar
[8] Team NCPERE. The epidemiological characteristics of an outbreak of 2019 novel coronavirus (COVID-19)—China, 2020. China CDC Wkly. 2020;2:1–10.10.46234/ccdcw2020.032Search in Google Scholar
[9] Ceylan RF, Ozkan B, Mulazimogullari E. Historical evidence for economic effects of COVID-19. Eur J Health Econ. 2020;21:817–23.10.1007/s10198-020-01206-8Search in Google Scholar PubMed PubMed Central
[10] United Nation Department of Economic and Social Affairs, COVID-19 will cut global economy output about 8.5 trillion dollars for the next two years and the pandemic push more than thirty-four million people into extreme poverty levels. 2020.Search in Google Scholar
[11] Pakistan: COVID-19 Situation Report - Reporting Date: 23-29 March 2020: https://reliefweb.int/report/pakistan/pakistan-covid-19-situation-report-reporting-date-23-29-march-2020.Search in Google Scholar
[12] Jaffery R. Pakistan struggles to fight COVID-19. Diplomat. 2020;15. https://thediplomat.com/2020/04/pakistan-struggles-to-fight-covid-19.Search in Google Scholar
[13] Khalid A, Ali S. COVID-19 and its Challenges for the Healthcare System in Pakistan. Asian Bioeth Rev. 2020;12(4):551–64.10.1007/s41649-020-00139-xSearch in Google Scholar PubMed PubMed Central
[14] Ferraz D, Mariano EB, Manzine PR, Moralles HF, Morceiro PC, Torres BG, et al. COVID health structure index: The vulnerability of Brazilian microregions. Soc Indic Res. 2021;158:1–19.10.1007/s11205-021-02699-3Search in Google Scholar PubMed PubMed Central
[15] Firouzbakht M, Omidvar S, Firouzbakht S, Asadi-Amoli A. COVID-19 preventive behaviors and influencing factors in the Iranian population; a web-based survey. BMC Public Health. 2021;21(1):1–7.10.1186/s12889-021-10201-4Search in Google Scholar PubMed PubMed Central
[16] Caccavo D. Chinese and Italian COVID-19 outbreaks can be correctly described by a modified SIRD model. medRxiv 202010.1101/2020.03.19.20039388Search in Google Scholar
[17] Aslam M. Using the Kalman filter with ARIMA for the COVID-19 pandemic dataset of Pakistan. Data Brief. 2020;31:105854.10.1016/j.dib.2020.105854Search in Google Scholar PubMed PubMed Central
[18] Aslam F, Awan TM, Khan R, Aslam M, Tariq Mohmand Y. Prediction of COVID-19 confirmed cases in Indo-Pak sub-continent. J Infect Dev Countries. 2021;15(3):382–88.10.3855/jidc.13419Search in Google Scholar PubMed
[19] Chaudhry RM, Hanif A, Chaudhary M, Minhas S, Mirza K, Asif T, et al. Coronavirus disease 2019 (COVID-19): Forecast of an emerging urgency in Pakistan. Cureus. 2020;12(5):1–15.10.7759/cureus.8346Search in Google Scholar PubMed PubMed Central
[20] Ali M, Khan DM, Aamir M, Khalil U, Khan Z. Forecasting COVID-19 in Pakistan. PLoS one. 2020;15(11):e0242762.10.1371/journal.pone.0242762Search in Google Scholar PubMed PubMed Central
[21] Qiang X, Muhammad A, Naeem M, Ali S, Aslam A, Shao Z. Analysis and forecasting COVID-19 outbreak in pakistan using decomposition and ensemble model. Comput Mater Continua. 2021;68(1):841–56.10.32604/cmc.2021.012540Search in Google Scholar
[22] Rahimi I, Chen F, Gandomi AH. A review of COVID-19 forecasting models. Neural Comput Appl. 2021;1–11. doi: 10.1007/s00521-020-05626-8.10.1007/s00521-020-05626-8Search in Google Scholar PubMed PubMed Central
[23] Roy S, Bhunia GS, Shit PK. Spatial prediction of COVID-19 epidemic using ARIMA techniques in India. Model Earth Syst Environ. 2021;7(2):1385–91.10.1007/s40808-020-00890-ySearch in Google Scholar PubMed PubMed Central
[24] Alzahrani SI, Aljamaan IA, Al-Fakih EA. Forecasting the spread of the COVID-19 pandemic in Saudi Arabia using ARIMA prediction model under current public health interventions. J Infect Public Health. 2020;13(7):914–19.10.1016/j.jiph.2020.06.001Search in Google Scholar PubMed PubMed Central
[25] Sharma VK, Nigam U. Modeling and Forecasting of Covid-19 growth curve in India. Trans Indian Natl Acad Eng. 2020;5(4):697–710.10.1007/s41403-020-00165-zSearch in Google Scholar
[26] Malki Z, Atlam E-S, Ewis A, Dagnew G, Alzighaibi AR, ELmarhomy G, et al. ARIMA models for predicting the end of the COVID-19 pandemic and the risk of the second rebound. Neural Comput Appl. 2021;33(7):2929–48.10.1007/s00521-020-05434-0Search in Google Scholar PubMed PubMed Central
[27] Namasudra S, Dhamodharavadhani S, Rathipriya R. Nonlinear neural network-based forecasting model for predicting COVID-19 cases. Neural Process Lett. 2021;1–21.10.4314/ahs.v21i1.26Search in Google Scholar PubMed PubMed Central
[28] Yu G, Feng H, Feng S, Zhao J, Xu J. Forecasting hand-foot-and-mouth disease cases using wavelet-based SARIMA–NNAR hybrid model. PLoS one. 2021;16(2):e0246673.10.1371/journal.pone.0246673Search in Google Scholar PubMed PubMed Central
[29] Perone G. Comparison of ARIMA, ETS, NNAR, TBATS and hybrid models to forecast the second wave of COVID-19 hospitalizations in Italy. Eur J Health Econ. 2022;23(6):917–40.10.1007/s10198-021-01347-4Search in Google Scholar PubMed PubMed Central
[30] Naeem M, Yu J, Aamir M, Khan SA, Adeleye O, Khan Z. Comparative analysis of machine learning approaches to analyze and predict the COVID-19 outbreak. PeerJ Comput Sci. 2021;7:e746.10.7717/peerj-cs.746Search in Google Scholar PubMed PubMed Central
[31] Appadu A, Kelil A, Tijani Y. Comparison of some forecasting methods for COVID-19. Alex Eng J. 2021;60(1):1565–89.10.1016/j.aej.2020.11.011Search in Google Scholar
[32] Hyndman RJ, Khandakar Y. Automatic time series forecasting: The forecast package for R. J Stat Softw. 2008;27(1):1–22.10.18637/jss.v027.i03Search in Google Scholar
[33] Cryer JD, Chan K-S. Time series analysis: With applications in R. New York, NY, USA: Springer Texts in Statistics; 2008.10.1007/978-0-387-75959-3Search in Google Scholar
[34] Hyndman RJ, Koehler AB, Snyder RD, Grose S. A state space framework for automatic forecasting using exponential smoothing methods. Int J Forecast. 2002;18(3):439–54.10.1016/S0169-2070(01)00110-8Search in Google Scholar
[35] Hyndman RJ, Akram M, Archibald BC. The admissible parameter space for exponential smoothing models. Ann Inst Stat Math. 2008;60(2):407–26.10.1007/s10463-006-0109-xSearch in Google Scholar
[36] Hyndman RJ, Athanasopoulos G. Forecasting: principles and practice. Melbourne, Australia: OTexts; 2018.Search in Google Scholar
© 2022 the author(s), published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Regular Articles
- Test influence of screen thickness on double-N six-light-screen sky screen target
- Analysis on the speed properties of the shock wave in light curtain
- Abundant accurate analytical and semi-analytical solutions of the positive Gardner–Kadomtsev–Petviashvili equation
- Measured distribution of cloud chamber tracks from radioactive decay: A new empirical approach to investigating the quantum measurement problem
- Nuclear radiation detection based on the convolutional neural network under public surveillance scenarios
- Effect of process parameters on density and mechanical behaviour of a selective laser melted 17-4PH stainless steel alloy
- Performance evaluation of self-mixing interferometer with the ceramic type piezoelectric accelerometers
- Effect of geometry error on the non-Newtonian flow in the ceramic microchannel molded by SLA
- Numerical investigation of ozone decomposition by self-excited oscillation cavitation jet
- Modeling electrostatic potential in FDSOI MOSFETS: An approach based on homotopy perturbations
- Modeling analysis of microenvironment of 3D cell mechanics based on machine vision
- Numerical solution for two-dimensional partial differential equations using SM’s method
- Multiple velocity composition in the standard synchronization
- Electroosmotic flow for Eyring fluid with Navier slip boundary condition under high zeta potential in a parallel microchannel
- Soliton solutions of Calogero–Degasperis–Fokas dynamical equation via modified mathematical methods
- Performance evaluation of a high-performance offshore cementing wastes accelerating agent
- Sapphire irradiation by phosphorus as an approach to improve its optical properties
- A physical model for calculating cementing quality based on the XGboost algorithm
- Experimental investigation and numerical analysis of stress concentration distribution at the typical slots for stiffeners
- An analytical model for solute transport from blood to tissue
- Finite-size effects in one-dimensional Bose–Einstein condensation of photons
- Drying kinetics of Pleurotus eryngii slices during hot air drying
- Computer-aided measurement technology for Cu2ZnSnS4 thin-film solar cell characteristics
- QCD phase diagram in a finite volume in the PNJL model
- Study on abundant analytical solutions of the new coupled Konno–Oono equation in the magnetic field
- Experimental analysis of a laser beam propagating in angular turbulence
- Numerical investigation of heat transfer in the nanofluids under the impact of length and radius of carbon nanotubes
- Multiple rogue wave solutions of a generalized (3+1)-dimensional variable-coefficient Kadomtsev--Petviashvili equation
- Optical properties and thermal stability of the H+-implanted Dy3+/Tm3+-codoped GeS2–Ga2S3–PbI2 chalcohalide glass waveguide
- Nonlinear dynamics for different nonautonomous wave structure solutions
- Numerical analysis of bioconvection-MHD flow of Williamson nanofluid with gyrotactic microbes and thermal radiation: New iterative method
- Modeling extreme value data with an upside down bathtub-shaped failure rate model
- Abundant optical soliton structures to the Fokas system arising in monomode optical fibers
- Analysis of the partially ionized kerosene oil-based ternary nanofluid flow over a convectively heated rotating surface
- Multiple-scale analysis of the parametric-driven sine-Gordon equation with phase shifts
- Magnetofluid unsteady electroosmotic flow of Jeffrey fluid at high zeta potential in parallel microchannels
- Effect of plasma-activated water on microbial quality and physicochemical properties of fresh beef
- The finite element modeling of the impacting process of hard particles on pump components
- Analysis of respiratory mechanics models with different kernels
- Extended warranty decision model of failure dependence wind turbine system based on cost-effectiveness analysis
- Breather wave and double-periodic soliton solutions for a (2+1)-dimensional generalized Hirota–Satsuma–Ito equation
- First-principle calculation of electronic structure and optical properties of (P, Ga, P–Ga) doped graphene
- Numerical simulation of nanofluid flow between two parallel disks using 3-stage Lobatto III-A formula
- Optimization method for detection a flying bullet
- Angle error control model of laser profilometer contact measurement
- Numerical study on flue gas–liquid flow with side-entering mixing
- Travelling waves solutions of the KP equation in weakly dispersive media
- Characterization of damage morphology of structural SiO2 film induced by nanosecond pulsed laser
- A study of generalized hypergeometric Matrix functions via two-parameter Mittag–Leffler matrix function
- Study of the length and influencing factors of air plasma ignition time
- Analysis of parametric effects in the wave profile of the variant Boussinesq equation through two analytical approaches
- The nonlinear vibration and dispersive wave systems with extended homoclinic breather wave solutions
- Generalized notion of integral inequalities of variables
- The seasonal variation in the polarization (Ex/Ey) of the characteristic wave in ionosphere plasma
- Impact of COVID 19 on the demand for an inventory model under preservation technology and advance payment facility
- Approximate solution of linear integral equations by Taylor ordering method: Applied mathematical approach
- Exploring the new optical solitons to the time-fractional integrable generalized (2+1)-dimensional nonlinear Schrödinger system via three different methods
- Irreversibility analysis in time-dependent Darcy–Forchheimer flow of viscous fluid with diffusion-thermo and thermo-diffusion effects
- Double diffusion in a combined cavity occupied by a nanofluid and heterogeneous porous media
- NTIM solution of the fractional order parabolic partial differential equations
- Jointly Rayleigh lifetime products in the presence of competing risks model
- Abundant exact solutions of higher-order dispersion variable coefficient KdV equation
- Laser cutting tobacco slice experiment: Effects of cutting power and cutting speed
- Performance evaluation of common-aperture visible and long-wave infrared imaging system based on a comprehensive resolution
- Diesel engine small-sample transfer learning fault diagnosis algorithm based on STFT time–frequency image and hyperparameter autonomous optimization deep convolutional network improved by PSO–GWO–BPNN surrogate model
- Analyses of electrokinetic energy conversion for periodic electromagnetohydrodynamic (EMHD) nanofluid through the rectangular microchannel under the Hall effects
- Propagation properties of cosh-Airy beams in an inhomogeneous medium with Gaussian PT-symmetric potentials
- Dynamics investigation on a Kadomtsev–Petviashvili equation with variable coefficients
- Study on fine characterization and reconstruction modeling of porous media based on spatially-resolved nuclear magnetic resonance technology
- Optimal block replacement policy for two-dimensional products considering imperfect maintenance with improved Salp swarm algorithm
- A hybrid forecasting model based on the group method of data handling and wavelet decomposition for monthly rivers streamflow data sets
- Hybrid pencil beam model based on photon characteristic line algorithm for lung radiotherapy in small fields
- Surface waves on a coated incompressible elastic half-space
- Radiation dose measurement on bone scintigraphy and planning clinical management
- Lie symmetry analysis for generalized short pulse equation
- Spectroscopic characteristics and dissociation of nitrogen trifluoride under external electric fields: Theoretical study
- Cross electromagnetic nanofluid flow examination with infinite shear rate viscosity and melting heat through Skan-Falkner wedge
- Convection heat–mass transfer of generalized Maxwell fluid with radiation effect, exponential heating, and chemical reaction using fractional Caputo–Fabrizio derivatives
- Weak nonlinear analysis of nanofluid convection with g-jitter using the Ginzburg--Landau model
- Strip waveguides in Yb3+-doped silicate glass formed by combination of He+ ion implantation and precise ultrashort pulse laser ablation
- Best selected forecasting models for COVID-19 pandemic
- Research on attenuation motion test at oblique incidence based on double-N six-light-screen system
- Review Articles
- Progress in epitaxial growth of stanene
- Review and validation of photovoltaic solar simulation tools/software based on case study
- Brief Report
- The Debye–Scherrer technique – rapid detection for applications
- Rapid Communication
- Radial oscillations of an electron in a Coulomb attracting field
- Special Issue on Novel Numerical and Analytical Techniques for Fractional Nonlinear Schrodinger Type - Part II
- The exact solutions of the stochastic fractional-space Allen–Cahn equation
- Propagation of some new traveling wave patterns of the double dispersive equation
- A new modified technique to study the dynamics of fractional hyperbolic-telegraph equations
- An orthotropic thermo-viscoelastic infinite medium with a cylindrical cavity of temperature dependent properties via MGT thermoelasticity
- Modeling of hepatitis B epidemic model with fractional operator
- Special Issue on Transport phenomena and thermal analysis in micro/nano-scale structure surfaces - Part III
- Investigation of effective thermal conductivity of SiC foam ceramics with various pore densities
- Nonlocal magneto-thermoelastic infinite half-space due to a periodically varying heat flow under Caputo–Fabrizio fractional derivative heat equation
- The flow and heat transfer characteristics of DPF porous media with different structures based on LBM
- Homotopy analysis method with application to thin-film flow of couple stress fluid through a vertical cylinder
- Special Issue on Advanced Topics on the Modelling and Assessment of Complicated Physical Phenomena - Part II
- Asymptotic analysis of hepatitis B epidemic model using Caputo Fabrizio fractional operator
- Influence of chemical reaction on MHD Newtonian fluid flow on vertical plate in porous medium in conjunction with thermal radiation
- Structure of analytical ion-acoustic solitary wave solutions for the dynamical system of nonlinear wave propagation
- Evaluation of ESBL resistance dynamics in Escherichia coli isolates by mathematical modeling
- On theoretical analysis of nonlinear fractional order partial Benney equations under nonsingular kernel
- The solutions of nonlinear fractional partial differential equations by using a novel technique
- Modelling and graphing the Wi-Fi wave field using the shape function
- Generalized invexity and duality in multiobjective variational problems involving non-singular fractional derivative
- Impact of the convergent geometric profile on boundary layer separation in the supersonic over-expanded nozzle
- Variable stepsize construction of a two-step optimized hybrid block method with relative stability
- Thermal transport with nanoparticles of fractional Oldroyd-B fluid under the effects of magnetic field, radiations, and viscous dissipation: Entropy generation; via finite difference method
- Special Issue on Advanced Energy Materials - Part I
- Voltage regulation and power-saving method of asynchronous motor based on fuzzy control theory
- The structure design of mobile charging piles
- Analysis and modeling of pitaya slices in a heat pump drying system
- Design of pulse laser high-precision ranging algorithm under low signal-to-noise ratio
- Special Issue on Geological Modeling and Geospatial Data Analysis
- Determination of luminescent characteristics of organometallic complex in land and coal mining
- InSAR terrain mapping error sources based on satellite interferometry
Articles in the same Issue
- Regular Articles
- Test influence of screen thickness on double-N six-light-screen sky screen target
- Analysis on the speed properties of the shock wave in light curtain
- Abundant accurate analytical and semi-analytical solutions of the positive Gardner–Kadomtsev–Petviashvili equation
- Measured distribution of cloud chamber tracks from radioactive decay: A new empirical approach to investigating the quantum measurement problem
- Nuclear radiation detection based on the convolutional neural network under public surveillance scenarios
- Effect of process parameters on density and mechanical behaviour of a selective laser melted 17-4PH stainless steel alloy
- Performance evaluation of self-mixing interferometer with the ceramic type piezoelectric accelerometers
- Effect of geometry error on the non-Newtonian flow in the ceramic microchannel molded by SLA
- Numerical investigation of ozone decomposition by self-excited oscillation cavitation jet
- Modeling electrostatic potential in FDSOI MOSFETS: An approach based on homotopy perturbations
- Modeling analysis of microenvironment of 3D cell mechanics based on machine vision
- Numerical solution for two-dimensional partial differential equations using SM’s method
- Multiple velocity composition in the standard synchronization
- Electroosmotic flow for Eyring fluid with Navier slip boundary condition under high zeta potential in a parallel microchannel
- Soliton solutions of Calogero–Degasperis–Fokas dynamical equation via modified mathematical methods
- Performance evaluation of a high-performance offshore cementing wastes accelerating agent
- Sapphire irradiation by phosphorus as an approach to improve its optical properties
- A physical model for calculating cementing quality based on the XGboost algorithm
- Experimental investigation and numerical analysis of stress concentration distribution at the typical slots for stiffeners
- An analytical model for solute transport from blood to tissue
- Finite-size effects in one-dimensional Bose–Einstein condensation of photons
- Drying kinetics of Pleurotus eryngii slices during hot air drying
- Computer-aided measurement technology for Cu2ZnSnS4 thin-film solar cell characteristics
- QCD phase diagram in a finite volume in the PNJL model
- Study on abundant analytical solutions of the new coupled Konno–Oono equation in the magnetic field
- Experimental analysis of a laser beam propagating in angular turbulence
- Numerical investigation of heat transfer in the nanofluids under the impact of length and radius of carbon nanotubes
- Multiple rogue wave solutions of a generalized (3+1)-dimensional variable-coefficient Kadomtsev--Petviashvili equation
- Optical properties and thermal stability of the H+-implanted Dy3+/Tm3+-codoped GeS2–Ga2S3–PbI2 chalcohalide glass waveguide
- Nonlinear dynamics for different nonautonomous wave structure solutions
- Numerical analysis of bioconvection-MHD flow of Williamson nanofluid with gyrotactic microbes and thermal radiation: New iterative method
- Modeling extreme value data with an upside down bathtub-shaped failure rate model
- Abundant optical soliton structures to the Fokas system arising in monomode optical fibers
- Analysis of the partially ionized kerosene oil-based ternary nanofluid flow over a convectively heated rotating surface
- Multiple-scale analysis of the parametric-driven sine-Gordon equation with phase shifts
- Magnetofluid unsteady electroosmotic flow of Jeffrey fluid at high zeta potential in parallel microchannels
- Effect of plasma-activated water on microbial quality and physicochemical properties of fresh beef
- The finite element modeling of the impacting process of hard particles on pump components
- Analysis of respiratory mechanics models with different kernels
- Extended warranty decision model of failure dependence wind turbine system based on cost-effectiveness analysis
- Breather wave and double-periodic soliton solutions for a (2+1)-dimensional generalized Hirota–Satsuma–Ito equation
- First-principle calculation of electronic structure and optical properties of (P, Ga, P–Ga) doped graphene
- Numerical simulation of nanofluid flow between two parallel disks using 3-stage Lobatto III-A formula
- Optimization method for detection a flying bullet
- Angle error control model of laser profilometer contact measurement
- Numerical study on flue gas–liquid flow with side-entering mixing
- Travelling waves solutions of the KP equation in weakly dispersive media
- Characterization of damage morphology of structural SiO2 film induced by nanosecond pulsed laser
- A study of generalized hypergeometric Matrix functions via two-parameter Mittag–Leffler matrix function
- Study of the length and influencing factors of air plasma ignition time
- Analysis of parametric effects in the wave profile of the variant Boussinesq equation through two analytical approaches
- The nonlinear vibration and dispersive wave systems with extended homoclinic breather wave solutions
- Generalized notion of integral inequalities of variables
- The seasonal variation in the polarization (Ex/Ey) of the characteristic wave in ionosphere plasma
- Impact of COVID 19 on the demand for an inventory model under preservation technology and advance payment facility
- Approximate solution of linear integral equations by Taylor ordering method: Applied mathematical approach
- Exploring the new optical solitons to the time-fractional integrable generalized (2+1)-dimensional nonlinear Schrödinger system via three different methods
- Irreversibility analysis in time-dependent Darcy–Forchheimer flow of viscous fluid with diffusion-thermo and thermo-diffusion effects
- Double diffusion in a combined cavity occupied by a nanofluid and heterogeneous porous media
- NTIM solution of the fractional order parabolic partial differential equations
- Jointly Rayleigh lifetime products in the presence of competing risks model
- Abundant exact solutions of higher-order dispersion variable coefficient KdV equation
- Laser cutting tobacco slice experiment: Effects of cutting power and cutting speed
- Performance evaluation of common-aperture visible and long-wave infrared imaging system based on a comprehensive resolution
- Diesel engine small-sample transfer learning fault diagnosis algorithm based on STFT time–frequency image and hyperparameter autonomous optimization deep convolutional network improved by PSO–GWO–BPNN surrogate model
- Analyses of electrokinetic energy conversion for periodic electromagnetohydrodynamic (EMHD) nanofluid through the rectangular microchannel under the Hall effects
- Propagation properties of cosh-Airy beams in an inhomogeneous medium with Gaussian PT-symmetric potentials
- Dynamics investigation on a Kadomtsev–Petviashvili equation with variable coefficients
- Study on fine characterization and reconstruction modeling of porous media based on spatially-resolved nuclear magnetic resonance technology
- Optimal block replacement policy for two-dimensional products considering imperfect maintenance with improved Salp swarm algorithm
- A hybrid forecasting model based on the group method of data handling and wavelet decomposition for monthly rivers streamflow data sets
- Hybrid pencil beam model based on photon characteristic line algorithm for lung radiotherapy in small fields
- Surface waves on a coated incompressible elastic half-space
- Radiation dose measurement on bone scintigraphy and planning clinical management
- Lie symmetry analysis for generalized short pulse equation
- Spectroscopic characteristics and dissociation of nitrogen trifluoride under external electric fields: Theoretical study
- Cross electromagnetic nanofluid flow examination with infinite shear rate viscosity and melting heat through Skan-Falkner wedge
- Convection heat–mass transfer of generalized Maxwell fluid with radiation effect, exponential heating, and chemical reaction using fractional Caputo–Fabrizio derivatives
- Weak nonlinear analysis of nanofluid convection with g-jitter using the Ginzburg--Landau model
- Strip waveguides in Yb3+-doped silicate glass formed by combination of He+ ion implantation and precise ultrashort pulse laser ablation
- Best selected forecasting models for COVID-19 pandemic
- Research on attenuation motion test at oblique incidence based on double-N six-light-screen system
- Review Articles
- Progress in epitaxial growth of stanene
- Review and validation of photovoltaic solar simulation tools/software based on case study
- Brief Report
- The Debye–Scherrer technique – rapid detection for applications
- Rapid Communication
- Radial oscillations of an electron in a Coulomb attracting field
- Special Issue on Novel Numerical and Analytical Techniques for Fractional Nonlinear Schrodinger Type - Part II
- The exact solutions of the stochastic fractional-space Allen–Cahn equation
- Propagation of some new traveling wave patterns of the double dispersive equation
- A new modified technique to study the dynamics of fractional hyperbolic-telegraph equations
- An orthotropic thermo-viscoelastic infinite medium with a cylindrical cavity of temperature dependent properties via MGT thermoelasticity
- Modeling of hepatitis B epidemic model with fractional operator
- Special Issue on Transport phenomena and thermal analysis in micro/nano-scale structure surfaces - Part III
- Investigation of effective thermal conductivity of SiC foam ceramics with various pore densities
- Nonlocal magneto-thermoelastic infinite half-space due to a periodically varying heat flow under Caputo–Fabrizio fractional derivative heat equation
- The flow and heat transfer characteristics of DPF porous media with different structures based on LBM
- Homotopy analysis method with application to thin-film flow of couple stress fluid through a vertical cylinder
- Special Issue on Advanced Topics on the Modelling and Assessment of Complicated Physical Phenomena - Part II
- Asymptotic analysis of hepatitis B epidemic model using Caputo Fabrizio fractional operator
- Influence of chemical reaction on MHD Newtonian fluid flow on vertical plate in porous medium in conjunction with thermal radiation
- Structure of analytical ion-acoustic solitary wave solutions for the dynamical system of nonlinear wave propagation
- Evaluation of ESBL resistance dynamics in Escherichia coli isolates by mathematical modeling
- On theoretical analysis of nonlinear fractional order partial Benney equations under nonsingular kernel
- The solutions of nonlinear fractional partial differential equations by using a novel technique
- Modelling and graphing the Wi-Fi wave field using the shape function
- Generalized invexity and duality in multiobjective variational problems involving non-singular fractional derivative
- Impact of the convergent geometric profile on boundary layer separation in the supersonic over-expanded nozzle
- Variable stepsize construction of a two-step optimized hybrid block method with relative stability
- Thermal transport with nanoparticles of fractional Oldroyd-B fluid under the effects of magnetic field, radiations, and viscous dissipation: Entropy generation; via finite difference method
- Special Issue on Advanced Energy Materials - Part I
- Voltage regulation and power-saving method of asynchronous motor based on fuzzy control theory
- The structure design of mobile charging piles
- Analysis and modeling of pitaya slices in a heat pump drying system
- Design of pulse laser high-precision ranging algorithm under low signal-to-noise ratio
- Special Issue on Geological Modeling and Geospatial Data Analysis
- Determination of luminescent characteristics of organometallic complex in land and coal mining
- InSAR terrain mapping error sources based on satellite interferometry