Preferred Language
Articles
/
jeasiq-1824
Applying some hybrid models for modeling bivariate time series assuming different distributions for random error with a practical application
...Show More Authors

Abstract

  Bivariate time series modeling and forecasting have become a promising field of applied studies in recent times. For this purpose, the Linear Autoregressive Moving Average with exogenous variable ARMAX model is the most widely used technique over the past few years in modeling and forecasting this type of data. The most important assumptions of this model are linearity and homogenous for random error variance of the appropriate model. In practice, these two assumptions are often violated, so the Generalized Autoregressive Conditional Heteroscedasticity (ARCH) and (GARCH) with exogenous variables (GARCHX) are applied to analyze and capture the volatility that occurs in the conditional variance of a linear model. Since time series observations rarely have linear or nonlinear components in nature or usually included together. Therefore, the main purpose of this paper is to employ the hybrid model technique according to Zhang methodology for hybrid models to combine the linear forecasts of the best linear model of ARMAX models and the nonlinear forecasts of the best nonlinear models of (ARCH, GARCH & GARCHX) models and thus increase the efficiency and accuracy of performance forecasting future values of the time series.

This paper is concerned with the modeling and building of the hybrid models (ARMAX-GARCH) and (ARMAX-GARCHX), assuming three different random error distributions: Gaussian distribution, Student-t distribution, as well as the general error distribution and the last two distributions were applied for the purpose of capturing the characteristics of heavy tail distributions which have a Leptokurtic characteristic compared to the normal distribution. This research adopted a modern methodology in estimating the parameters of the hybrid model namely the (two-step procedure) methodology. In the first stage, the parameters of the linear model were estimated using three different methods: The Ordinary Least Squares method (OLS), the Recursive Least Square Method with Exponential Forgetting Factor (RLS-EF), and the Recursive Prediction Error Method (RPM). In the second stage, the parameters of the nonlinear model were estimated using the MLE method and employing the numerical improvement algorithm (BHHH algorithm).

 

 

 

The hybrid models have been applied for modeling the relationship between the exogenous time series represented by the exchange rate and the endogenous time series represented by the unemployment rate in the USA for the period from (January 2000 to December 2017 i.e. 216 observations), and also the out-of-sample forecasts of unemployment rate in the last twelve values of (2018). The forecasting performance of the hybrid models and the competing individual model was also evaluated using the loss function accuracy measures (MAPE), (MAE), and the robust (Q-LIKE). Based on statistical measurements, the results showed the hybrid models improved the accuracy and efficiency of the single model. () hybrid model error whose conditional variance follows a GED distribution is the optimal model in modeling the bivariate time series data under study and more efficient in the forecasting process compared with the individual model and the hybrid model. This is due to having the lowest values for accuracy measures. Different software packages (MATLAB (2018a), SAS 9.1, R 3.5.2 and EViews 9) were used to analyze the data under consideration.

Crossref
View Publication Preview PDF
Quick Preview PDF
Publication Date
Sun Jun 30 2013
Journal Name
College Of Islamic Sciences
Controls for innovation in interpretation
...Show More Authors

Renewal is generally considered an urgent requirement of life, and a section of its continuation, because renewal means that life exists and continues, and just as renewal is in life, renewal is in science, and in this research the issue of renewal in the science of interpretation, and showed through research that renewal in This science was an urgent demand throughout the Islamic ages, as the research showed the necessity of renewal in the material of interpretation, its method and methods, and the researcher presented the opinions of schools about renewal in the interpretation of the Noble Qur’an inferred by living models that refer to their owners.

View Publication Preview PDF
Publication Date
Tue Sep 27 2022
Journal Name
Al–bahith Al–a'alami
Guidelines for covering online surveys
...Show More Authors

Media and communication's research are varied in accordance to research approaches' variety which seeks to reach convergent social, psychological, political, economic, and technical point of views. Its main aim is to assimilate all the new variables in the communicative method, especially, social media sites research; concerning their methodology, tools and theories. It is due to their diverse - developed applications and their increased rates of public use becoming irreplaceable in our daily life. It is well reflected by their consequent impact on the the public beside their role in changing its views.

This clarifies the notable increase of scientific research that concern them manifesting the dialectical relations and interfere

... Show More
View Publication Preview PDF
Crossref
Publication Date
Wed Jan 01 2020
Journal Name
Journal Of Southwest Jiaotong University
Image Segmentation for Skin Detection
...Show More Authors

Human skin detection, which usually performed before image processing, is the method of discovering skin-colored pixels and regions that may be of human faces or limbs in videos or photos. Many computer vision approaches have been developed for skin detection. A skin detector usually transforms a given pixel into a suitable color space and then uses a skin classifier to mark the pixel as a skin or a non-skin pixel. A skin classifier explains the decision boundary of the class of a skin color in the color space based on skin-colored pixels. The purpose of this research is to build a skin detection system that will distinguish between skin and non-skin pixels in colored still pictures. This performed by introducing a metric that measu

... Show More
View Publication
Crossref (4)
Crossref
Publication Date
Sun Jun 06 2010
Journal Name
Baghdad Science Journal
Motion Recording for Surveillance Camera
...Show More Authors

In this paper we present an operational computer vision system for real-time motion detection and recording that can be used in surveillance system. The system captures a video of a scene and identifies the frames that contains motion and record them in such a way that only the frames that is important to us is recorded and a report is made in the form of a movie is made and can be displayed. All parts that are captured by the camera are recorded to compare both movies. This serves as both a proof-of- concept and a verification of other existing algorithms for motion detection. Motion frames are detected using frame differencing. The results of the experiments with the system indicate the ability to minimize some of the problems false detec

... Show More
View Publication Preview PDF
Crossref
Publication Date
Mon Mar 07 2022
Journal Name
Journal Of Educational And Psychological Researches
Cognitive Behavior Therapy for Depression
...Show More Authors

The current research aimed to identify the cognitive-behavioral therapy on people with depression, through the following hypothesis (there are no statistically significant differences in the sample before and after cognitive-behavioral therapy). The importance of research is highlighted through the use of cognitive-behavioral therapy, to be used in treating depression, anxiety and fears by health institutions. It is also considered as a reference for psychological studies related to this topic to be added to our libraries that already suffer from a scarcity of this type of resources. The cognitive-behavioral therapy was used in the treatment of five male subjects.

The study revealed the existence of statistically significant diff

... Show More
View Publication Preview PDF
Publication Date
Sun Jan 02 2011
Journal Name
Journal Of Educational And Psychological Researches
CONSTRACION SCALE FOR AUTISTIC CHILDREN
...Show More Authors

Autism is considered as one of the most developmental  problems  in the world that interfere with children growth and affect their social ,emotional and cognitive development child with autism used to be normal in his growth but in his development parents started to notice that their child characterize by loneliness and withdrawal himself from the surrounding world with some mannerism behaviors these characteristics used to be manifested children during the 1st  three year of their life .  It appears, one in every 500 birth (The American International Institution for child health 1997. and it would be less in females than makes at 1/4 percent .

    Aim is to b

... Show More
View Publication Preview PDF
Publication Date
Sun Jun 01 2014
Journal Name
Baghdad Science Journal
Parallel Computing for Sorting Algorithms
...Show More Authors

The expanding use of multi-processor supercomputers has made a significant impact on the speed and size of many problems. The adaptation of standard Message Passing Interface protocol (MPI) has enabled programmers to write portable and efficient codes across a wide variety of parallel architectures. Sorting is one of the most common operations performed by a computer. Because sorted data are easier to manipulate than randomly ordered data, many algorithms require sorted data. Sorting is of additional importance to parallel computing because of its close relation to the task of routing data among processes, which is an essential part of many parallel algorithms. In this paper, sequential sorting algorithms, the parallel implementation of man

... Show More
View Publication Preview PDF
Crossref (1)
Crossref
Publication Date
Sun Feb 03 2019
Journal Name
Journal Of The College Of Education For Women
Friendship for Students Intermediately School
...Show More Authors

The present study intends to trace The friendship in puple and the differences in this according to the variables of age and sex .
The study sample includes (200) puple in intermediate, and secondary schools in Baghdad in AL- Karkh .The sample is the age of whom is ranging from (13) to (15) years .
Maghly scale for measuring the development of friendship is adopted in this study after adjusting it to the Iraqi environment . The Scale consists of (40) items .
The face and construct validity of the Scale is checked as well as its reliability which is checked by test- retest
The study reveals the following :
1 – There is positive effect of the interaction between the of middle scale friendship .
2 – There is No differe

... Show More
View Publication Preview PDF
Publication Date
Thu Jun 01 2023
Journal Name
Southeast Asian Bulletin Of Mathematics
Presentation for G \wr Sing2
...Show More Authors

Preview PDF
Publication Date
Wed Jul 16 2014
Journal Name
Transactions Of The Asabe
Sorption Isotherms for Triticale Seed
...Show More Authors

Triticale is being evaluated as a substitute for corn in animal feed and as a forage crop for Florida. Storage of triticale seed is difficult in Florida's hot and humid climate, and more information about the relationships between equilibrium moisture content (EMC) and equilibrium relative humidity (ERH) at constant temperature (sorption isotherms) of triticale is needed to develop improved storage methods. Therefore, the primary research objective was to measure the EMC for triticale seed at different ERH values at three different constant temperatures (5°C, 23°C, and 35°C) using six desiccation jars containing different saturated salt concentrations. The secondary objective was to determine the best fit equation describing these relati

... Show More
View Publication
Scopus (5)
Scopus Crossref