Preferred Language
Articles
/
bsj-7962
Estimating the Parameters of Exponential-Rayleigh Distribution under Type-I Censored Data
...Show More Authors

     This paper discusses estimating the two scale parameters of Exponential-Rayleigh distribution for singly type one censored data which is one of the most important Rights censored data, using the maximum likelihood estimation method (MLEM) which is one of the most popular and widely used classic methods, based on an iterative procedure such as the Newton-Raphson to find estimated values for these two scale parameters by using real data for COVID-19 was taken from the Iraqi Ministry of Health and Environment, AL-Karkh General Hospital. The duration of the study was in the interval 4/5/2020 until 31/8/2020 equivalent to 120 days, where the number of patients who entered the (study) hospital with sample size is (n=785). The number of patients who died during the period of study was (m=88). And the number of patients who survived during the study period was (n-m=697), then utilized one of the most important non-parametric tests which is the Chi-square test to determine if the sample (data) corresponded with the Exponential-Rayleigh distribution (ER). then, after estimating the parameters of ER distribution for singly type-I censoring data, compute the survival function, hazard function, and probability density function.

Scopus Crossref
View Publication Preview PDF
Quick Preview PDF
Publication Date
Sat Jun 01 2019
Journal Name
دار الضياء للطباعة والتصميم
موسوعة الدراسات العاملية في المجال الرياضي (الجزء الأول)
...Show More Authors

أن الكتاب في مجال الاختبارات والقياس والإحصاء الرياضي والذي صيغ بطريقة مبسطة وعلى وفق الفعالية التي تم تناولها بالبحث والدراسة سواء أكانت الدراسة في الجانب البدني أو المهاري أو الوظيفي للعبة أو تبحث في المواصفات الجسمية من ناحيتي القياسات والأدلة الجسمية وكل بصورة منفردة ، أو بصورة دراسة مركبة من ناحية تناول القياسات الجسمية مع المتغيرات البدنية لفعالية ما على سبيل المثال وتناولهما في دراسة واحدة أو تناول

... Show More
Publication Date
Sat Jun 01 2013
Journal Name
Journal Of Economics And Administrative Sciences
Impact of the career path requirements in determining the type of training program
...Show More Authors

The research deals with the important and modern two subject (career path and the type of training program), and tries to find identify the extent of the impact of the requirements of a career path in determining the type of training program in the Ministry of Oil.

In order to achieve the aim of the research was the formulation of the following hypothesis: the impact of the requirements of the career path a meaningful moral influence in determining the type of training program.

The survey was adopted in the search, and sample consisted of (75) people were a factor in the Oil Ministry of People's managers and officials and staff, and used the questionnaire as an es

... Show More
View Publication Preview PDF
Crossref
Publication Date
Wed Jul 31 2019
Journal Name
Journal Of Engineering
Evaluation of the Accuracy of Digital Elevation Model Produced from Different Open Source Data
...Show More Authors

This study aims to estimate the accuracy of digital elevation models (DEM) which are created with exploitation of open source Google Earth data and comparing with the widely available DEM datasets, Shuttle Radar Topography Mission (SRTM), version 3, and Advanced Spaceborne Thermal Emission and Reflection Radiometer Global Digital Elevation Model (ASTER GDEM), version 2. The GPS technique is used in this study to produce digital elevation raster with a high level of accuracy, as reference raster, compared to the DEM datasets. Baghdad University, Al Jadriya campus, is selected as a study area. Besides, 151 reference points were created within the study area to evaluate the results based on the values of RMS.Furthermore, th

... Show More
View Publication Preview PDF
Crossref (8)
Crossref
Publication Date
Mon Jun 30 2025
Journal Name
Mustansiriyah Journal Of Pure And Applied Sciences
Several developed and modern methods for estimating some anti-inflammatory drugs
...Show More Authors

     With the increasing use of antibiotics around the world, the study and appreciation of antibiotics has become essential. An antibiotic formulation may include one or added active ingredients depending on the type and method of manufacturing the antibiotic. Antibiotics can only combat diseases of bacterial origin. As for viral diseases such as the common cold and influenza, antibiotics will not be able to combat them. The objective of this review is to digest the literature related to estimation of antibiotics and to show the methods that have been used in the estimation of the antibiotics (amoxicillin, ampicillin, cephalothin, carbenicillin, and cefotaxime) in medicinal preparations and a biological fluid for example blood

... Show More
View Publication
Crossref
Publication Date
Wed Mar 30 2016
Journal Name
College Of Islamic Sciences
Problematic understanding of the question "What I overlooked something about you" when Sibweh
...Show More Authors

This research is an attempt to unveil the cover and unveil a matter that has become mysterious to those who came after Sibweh of the grammar scholars; It took place as a result of the work of the scribes.

View Publication Preview PDF
Publication Date
Wed Nov 01 2023
Journal Name
Journal Of Medicine And Life
Association between <i>CNR1</i> gene polymorphisms and susceptibility to diabetic nephropathy in Iraqi patients with T2DM
...Show More Authors

In individuals with type 2 diabetes mellitus (T2DM), the cannabinoid receptor 1 (CNR1) gene polymorphism has been linked to diabetic nephropathy (DN). Different renal disorders, including DN, have been found to alter cannabinoid (CB) receptor expression and activation. This cross-sectional study aimed to investigate the relationship between CNR1 rs1776966256 and rs1243008337 genetic variants and the risk of developing DN in Iraqi patients with T2DM. The study included 100 patients with T2DM, divided into two groups: 50 with DN and 50 without DN. Genotyping of CNR1 rs1776966256 and rs1243008337 polymorphisms was conducted using PCR in DN patients and control samples. The distribution of rs1776966256 and rs1243008337 genotypes and alleles bet

... Show More
Scopus (2)
Crossref (2)
Scopus Crossref
Publication Date
Tue Dec 01 2020
Journal Name
Journal Of Engineering
Impact of Induction Motor Faults on the Basic Parameters' Values
...Show More Authors

Unlike fault diagnosis approaches based on the direct analysis of current and voltage signals, this paper proposes a diagnosis of induction motor faults through monitoring the variations in motor's parameters when it is subjected to an open circuit or short circuit faults. These parameters include stator and rotor resistances, self-inductances, and mutual inductance. The genetic algorithm and the trust-region method are used for the estimation process. Simulation results confirm the efficiency of both the genetic algorithm and the trust-region method in estimating the motor parameters; however, better performance in terms of estimation time is obtained when the trust-region method is adopted. The results also show the po

... Show More
View Publication Preview PDF
Crossref (3)
Crossref
Publication Date
Sun Feb 10 2019
Journal Name
Journal Of The College Of Education For Women
IMPLEMENTATION OF THE SKIP LIST DATA STRUCTURE WITH IT'S UPDATE OPERATIONS
...Show More Authors

A skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.

View Publication Preview PDF
Publication Date
Sat Aug 01 2015
Journal Name
2015 Ieee Conference On Computational Intelligence In Bioinformatics And Computational Biology (cibcb)
Granular computing approach for the design of medical data classification systems
...Show More Authors

View Publication
Scopus (4)
Crossref (3)
Scopus Crossref
Publication Date
Sat Oct 08 2022
Journal Name
Aro-the Scientific Journal Of Koya University
Data Analytics and Techniques
...Show More Authors

Big data of different types, such as texts and images, are rapidly generated from the internet and other applications. Dealing with this data using traditional methods is not practical since it is available in various sizes, types, and processing speed requirements. Therefore, data analytics has become an important tool because only meaningful information is analyzed and extracted, which makes it essential for big data applications to analyze and extract useful information. This paper presents several innovative methods that use data analytics techniques to improve the analysis process and data management. Furthermore, this paper discusses how the revolution of data analytics based on artificial intelligence algorithms might provide

... Show More
View Publication
Scopus (15)
Crossref (9)
Scopus Clarivate Crossref