Publications by Alzahraa Mohanad Kadhim - BUOG
Conducting MLR to model & predict K in multiple scenario
#Call the dataset data = read.csv("G:/karpur.csv") library(caret) ## Loading required package: ggplot2 ## Loading required package: lattice #Build MLR model model1 <- lm(k.core ~ . - Facies, data = data) summary(model1) ## ## Call: ## lm(formula = k.core ~ . - Facies, data = data) ## ## Residuals: ## Min 1Q Median 3Q Max...
511 sym R (28710 sym/73 pcs) 8 img
Dykstra-Parsons Coefficient to calculate the heterogeneity index of a reservoir based on permeability data from core analysis
This method assumes a log normal permeability distribution and gives rise to a coefficient of permeability variation between 0 and 1. First of all, we have to recall the DATA rdata<-read.csv("C:/Users/alzah/Downloads/Telegram Desktop/karpur.csv", header=TRUE) summary(rdata) ## depth caliper ind.deep ind.med #...
770 sym 2 img
DocumeDykstra-Parsons Coefficient to calculate the heterogeneity index of a reservoir based on permeability data from core analysisnt
This method assumes a log normal permeability distribution and gives rise to a coefficient of permeability variation between 0 and 1. First of all, we have to recall the DATA rdata<-read.csv("C:/Users/alzah/Downloads/Telegram Desktop/karpur.csv", header=TRUE) summary(rdata) ## depth caliper ind.deep ind.med #...
770 sym 2 img
Scale Correction of Core k to log scale
This homework was submitted and published to address and minimize the uncertainty during building a geological model, which is mostly resulted from scale difference. Therefore, a scale correction was made on core permeability to log scale. First of all, we have to recall the DATA rdata <- read.csv("karpur.csv",header=TRUE) rdata<-read.csv("C:/U...
715 sym Python (5567 sym/14 pcs) 4 img
Scale Correction of Core Permeaiblity
This homework was submitted and published to address and minimize the uncertainty during building a geological model that is mostly resulted from scale difference. Therefore, a scale correction was made on core permeability to log scale. Firstly, we have to recall the DATA rdata<-read.csv("C:/Users/alzah/Downloads/Telegram Desktop/karpur.csv", h...
647 sym 2 img
Scale Correction of Core Permeaiblity
This homework was submitted and published to address and minimize the uncertainty during building a geological model that is mostly resulted from scale difference. Therefore, a scale correction was made on core permeability to log scale. Published 2024/10/13 #Recall Data rdata<-read.csv(“C:/Users/alzah/Downloads/Telegram Desktop/karpur.csv”...
2438 sym