Publications by Haider Odeh Abbas

core permeability correction to log scale using multiple linear regression with logarithmic transformation and Box-Cox transformation using Karpur field data

14.01.2023

There are several ways to provide the data used to characterize the reservoirs, which are different from each other in the scale. The different scales of each method provide varying estimates of permeability (or other parameters), so this will affect the data distribution, and which affects the accuracy of construction geostatistical modelin...

3325 sym Python (20212 sym/64 pcs) 22 img

Simple Linear Regression Model to Predict Core Porosity and Permeability Corrected

25.12.2022

R Markdown 1. Preparation of data setwd("C:/Users/haida/Documents/haider odeh") getwd() ## [1] "C:/Users/haida/Documents/haider odeh" datah<-read.csv("C:/Users/haida/Documents/haider odeh/karpur.csv") head(datah) ## depth caliper ind.deep ind.med gamma phi.N R.deep R.med SP ## 1 5667.0 8.685 618.005 569.781 98.823 0.410 1.618 1...

185 sym 2 img

Using simple linear regression to correct the permeability scale

25.12.2022

Why we need to do Scale Correction of Core Permeability ? Scale Correction is essential step when we dealing with Reservoir Simulation because the data we get from core samples is in few inches and in Reservoir Simulation we deal with grids that have minimum dimensions(10 X 10 X 10 meters). So let’s start and upload some Data. data<-read.cs...

1024 sym 5 img

Determination of Heterogeneity Index(HI) First by Dykstra-Parsons Coefficient (Vk) and Second by Lorenz Coefficient (Lk)

25.12.2022

Dykstra-parsons Coefficient (Vk) This method used Log-Normal distribution of permeability to define the Coefficient of permeability Variation, Vk. Let’s upload some Real Data to work on it. data<-read.csv("C:/Users/haida/Documents/haider odeh/karpur.csv",header=T) summary(data) ## depth caliper ind.deep ind.med ...

1090 sym Python (5390 sym/14 pcs) 2 img

DocumenDetermination of Heterogeneity Index(HI) First by Dykstra-Parsons Coefficient (Vk) and Second by Lorenz Coefficient (Lk)t

27.12.2022

Dykstra-parsons Coefficient (Vk) This method used Log-Normal distribution of permeability to define the Coefficient of permeability Variation, Vk. Let’s upload some Real Data to work on it. data<-read.csv("C:/Users/haida/Documents/haider odeh/karpur.csv",header=T) summary(data) ## depth caliper ind.deep ind.med ...

1090 sym Python (5396 sym/14 pcs) 2 img

DocumentScale Correction of Core Permeability by using Simple Linear Regression

27.12.2022

Why we need to do Scale Correction of Core Permeability ? Scale Correction is essential step when we dealing with Reservoir Simulation because the data we get from core samples is in few inches and in Reservoir Simulation we deal with grids that have minimum dimensions(10 X 10 X 10 meters). So let’s start and upload some Data. data<-read.cs...

1024 sym 5 img

DocumentDetermination of Heterogeneity Index(HI) First by Dykstra-Parsons Coefficient (Vk) and Second by Lorenz Coefficient (Lk)

27.12.2022

Dykstra-parsons Coefficient (Vk) This method used Log-Normal distribution of permeability to define the Coefficient of permeability Variation, Vk. Let’s upload some Real Data to work on it. data<-read.csv("C:/karpur.csv",header=T) summary(data) ## depth caliper ind.deep ind.med ## Min. :5667 Min. :...

1035 sym Python (5140 sym/13 pcs) 2 img